I am looking for some simple VB.NET FTP code to upload a folder to a FTP server.
Basically I just need to be able of pass a few variables, address, name, password, port, destination folder and folder to upload. I do not need user interface as all of this would be done behind the scenes. Does anyone know of some sample code to help me get started with this?
Thanks,
Adam
Comments
[b][red]This message was edited by jeffman at 2006-5-5 9:13:16[/red][/b][hr]
: I am looking for some simple VB.NET FTP code to upload a folder to a FTP server.
:
: Basically I just need to be able of pass a few variables, address, name, password, port, destination folder and folder to upload. I do not need user interface as all of this would be done behind the scenes. Does anyone know of some sample code to help me get started with this?
:
: Thanks,
:
: Adam
: Jeffman
here is a site that will give tutiorials on how to upload a folder using the catalyst ftp socket control. Also it has tutorials on http,dns,and more on making your own server and client programs.
[code]socket wrench tutorials[code]
: : I am looking for some simple VB.NET FTP code to upload a folder to a FTP server.
: :
: : Basically I just need to be able of pass a few variables, address, name, password, port, destination folder and folder to upload. I do not need user interface as all of this would be done behind the scenes. Does anyone know of some sample code to help me get started with this?
: :
: : Thanks,
: :
: : Adam
: : Jeffman
: here is a site that will give tutiorials on how to upload a folder using the catalyst ftp socket control. Also it has tutorials on http,dns,and more on making your own server and client programs.
:
[code]socket wrench tutorials
[/code]
'or for a clickable link leave the html bits out.>> :-)
http://www.catalyst.com
Regards,
Dr M.