Hey ,i wanna write a C program for implementing FTP file transfer
between a Server and a client in UNIX.I need to do this from terminal
and would like to do it using system calls.
Can anyone here give me an idea how to implement it.
Thanks in advance.
=================== Here is the reply from nixCraft.com ==============
Basically, you need to study ftp protocol. If I were you, I will start
with RFC. After that I will download and study various available ftp
servers on the net.
More about -
RFC -
vsftpd server source code -
阅读(1160) | 评论(0) | 转发(0) |