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
