Dec 30, 2002 #1 whizkid123 Active member Joined Dec 11, 2002 Messages 33 Location India How do you send and receive files to an FTP server in VB.Net?
Dec 30, 2002 #2 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 Youll have to write the code to do it manually using the FTP protocol. You can do this with the Socket class, and reading the FTP RFC (959). There are no .NET framework classes that deal with transfer to/from an FTP server.
Youll have to write the code to do it manually using the FTP protocol. You can do this with the Socket class, and reading the FTP RFC (959). There are no .NET framework classes that deal with transfer to/from an FTP server.
Jan 3, 2003 #3 D Datahighway Active member Joined Jul 26, 2002 Messages 44 Location Germany Hi whizkid123 i have found exsample for you. You can downloaded the source code from allapi.net http://www.allapi.net/php/redirect/redirect.php?action=download&id=264 Have fun
Hi whizkid123 i have found exsample for you. You can downloaded the source code from allapi.net http://www.allapi.net/php/redirect/redirect.php?action=download&id=264 Have fun