Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inet Transfer of folder

Status
Not open for further replies.

Freemo

MIS
Oct 25, 2005
71
GB
Hello

I am using inet to transfer files onto out web server but i have come to a sticky point to transferring a folder. I thought it would be the same as the PUT function but this doesn't work.

Does anybody have any idea of what needs to be done?

Thanx for your time.
 
This is the code i am using:

With Inet1
.AccessType = icDirect
.Protocol = icFTP
.URL = "ftp.site.com"
.UserName = "username"
.Password = "password"
.RemotePort = 21
.RequestTimeout = 50
.Execute , "PUT c:\folder /folder"
Do While .StillExecuting
DoEvents
Loop
End With
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top