Dec 30, 2002 #1 W whizkid123 Freshman 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 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England You'll 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.
You'll 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 Freshman 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