FTP
FTP is an abbreviation for File Transfer Protocol. I suppose it came out of the Unix community as a tool to copy files from one location to another. These days there are many ways to do that, but sometimes you just have to use the FTP tool to transfer files.
Today I use a tool like FileZilla to transfer files to other computers. In some cases it uses FTP as a transport protocol.
But if I wanted, I could add code to my program to perform the same thing. In the past I have done this several times.
Samples
Copy File to FTP site
1 | Public Shared Function FS_2_FTP( _ |
References
- Copy_Ftp_2_FS –> http://www.15seconds.com/issue/080327.htm
- Copy_FS_2_FTP –> http://www.15seconds.com/issue/080327.htm
- DeleteFile –> http://www.15seconds.com/issue/080327.htm
- DirFTP –> http://aspalliance.com/1187_Building_a_Simple_FTP_Application_Using_C_20.all
- Active vs Passive - http://slacksite.com/other/ftp.html