Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 upload files 2 FTP server in .Net 1.1 windows form

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-09-12 : 12:41:25
I have an FTP server to which I want to uplaod a file. I have the source file and the subdirectory within the ftp server.

Do U know if there is anything I can use in windows forms .Net 1.1 allowing me to do so.

Thank you for your help.

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2006-09-12 : 12:47:47
Here is a free ftpclient library for .net:

http://sourceforge.net/projects/dotnetftpclient/

You should have no trouble using it to upload or download a file if you know the basics of .net programming, it's pretty straightforward.


- Jeff
Go to Top of Page

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-09-13 : 06:41:08
Thank you
Go to Top of Page
   

- Advertisement -