Webclient and ftp upload

  • Thread starter Thread starter Andy Atherton
  • Start date Start date
A

Andy Atherton

I Have the need to upload a file to a ftp site on the internet is this the
correct way ?

and if so where the user name and password go ?



Webclient.uploadfile(ftp:///www.zxy.com,"Test.txt")
 
Andy Atherton said:
I Have the need to upload a file to a ftp site on the internet is this the
correct way ?

and if so where the user name and password go ?

Webclient.uploadfile(ftp:///www.zxy.com,"Test.txt")

Do you have to use webclient? FTP is a full protocol, better to use an FTP
component directly.

http://www.indyproject.org/indy.html is free. FTP isnt in the .net assembly
yet, but will be in a day or two.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"


ELKNews - Get your free copy at http://www.atozedsoftware.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top