Skip to content

ashishdasari148/FTP-server-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FTP-server-client

Server:

Compile with : g++ server.cpp -o server
Execute with : ./server 1234
here 1234 is <desired port number>
you can view Server IP Address with command: hostname -I

Client:

Compile with: g++ client.cpp -o client
Execute with: ./client 127.0.0.1 1234
here 127.0.0.1 is <the Server IP Address>
here 1234 is <desired port number>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages