Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit 2b953c9

Browse files
committed
Update README.md
1 parent e22b3fe commit 2b953c9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
Following 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:
2828
Run command `make all` to compile program.
2929
To execute, run `./myftp server-ip-address`.
3030
Enter 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.

0 commit comments

Comments
 (0)