This repository was archived by the owner on Jun 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- # FTP Client program in C
1+ # FTP Client program in C and PHP
22------------------------------------------------------------------------------------------------------------------
3- FTP client program in C to connect to FTP server with all functionalities of standard FTP.(Tested on many FTP sites).
4- I have also implemented [ multi-threaded FTP Client] [ 1 ] .
3+ FTP client program in C and PHP to connect to FTP server with all functionalities of standard FTP.(Tested on many FTP sites).
4+ I have also implemented [ multi-threaded FTP Client] [ 1 ] in C language .
55
66Following functions are included. For example:
77` ls ` : To list files in current directory on server side.
@@ -24,7 +24,10 @@ Following functions are included. For example:
2424` !rmdir directory_name ` : Remove directory on client side.
2525[ 1 ] : https://github.com/rohit-takhar/Multithreaded-ftp-client-in-C
2626
27- To run:
27+ To run in C language:
2828Run command ` make all ` to compile program.
2929To execute, run ` ./myftp server-ip-address ` .
3030Enter user credentials to login on server.
31+ To run in PHP language:
32+ To execute, run ` php ftp_client.php server-ip-address ` .
33+ Enter user credentials to login on server.
You can’t perform that action at this time.
0 commit comments