Internet Transfer Control
Hi,
I have this code to trnsfer files to the unix with the Inet contrl:
With Inet1
.Cancel
.Protocol = icFTP
.URL = "myserver"
.UserName = "myusername"
.Password = "mypassword"
End With
Inet1.Execute , "PUT file1 /usr/acct/devel/tmp/01120701.utr"
does anybody know why it doesn't transfer my file to the Unix. I can't understand.
Re: Internet Transfer Control
Quote:
Originally posted by ritaab
Hi,
I have this code to trnsfer files to the unix with the Inet contrl:
With Inet1
.Cancel
.Protocol = icFTP
.URL = "myserver"
.UserName = "myusername"
.Password = "mypassword"
End With
Inet1.Execute , "PUT file1 /usr/acct/devel/tmp/01120701.utr"
does anybody know why it doesn't transfer my file to the Unix. I can't understand.