uploading file to ftp website
-
Hi friends I need to upload my product data to bizrate/shopzilla.com using their ftp website. can I access others ftp website using ASP.net code and upload my products details Thanking you, Laxmikant
-
Hi friends I need to upload my product data to bizrate/shopzilla.com using their ftp website. can I access others ftp website using ASP.net code and upload my products details Thanking you, Laxmikant
Yes You may use the WebRequestMethod.FTP class in System.net namespace. Laddie
-
Hi friends I need to upload my product data to bizrate/shopzilla.com using their ftp website. can I access others ftp website using ASP.net code and upload my products details Thanking you, Laxmikant
Laxmikant Lad wrote:
can I access others ftp website using ASP.net code and upload my products details
Try using
WebClient
class. It provides methods to upload/download data and files.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions