|
-
Dec 10th, 2001, 06:52 AM
#1
Thread Starter
Lively Member
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.
-
Dec 10th, 2001, 03:57 PM
#2
Re: Internet Transfer Control
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.
-
Dec 11th, 2001, 12:58 AM
#3
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|