|
-
Jan 7th, 2000, 12:20 PM
#1
Thread Starter
Lively Member
I am using internet transfer control to ftp
files from NT to unix. I am calling each
command like, "CD ", "PUT " separatetely in
different execute statements.. Is there any
way to call Inet1.execute just once with all
commands concatenated ???
Your help is appreciated.
Sample code:
Inet1.Execute "FTP://" & HostName "CD " & ..
...
..
Inet1.Execute "FTP://" & HostName, "PUT " & file
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
|