B
Ben
Hi all -
I am trying to invoke FTP -s:filename.txt in my code, where the filename.txt
is in certain network mapped drive. Let's say it is at X:\Test\filename.txt
I tried the following lines but didn't quite work:
sub callFTP
Dim vTaskID As Variant
vTaskID = Shell("X:\Test\ftp -s:filename.txt", 0)
end sub
But it did not work. I want to know how I can invoke ftp and use the text
file in that directory. In addition, I wish to know if I must use a mapped
letter instead of the the UNC path.
Thanks,
Ben
I am trying to invoke FTP -s:filename.txt in my code, where the filename.txt
is in certain network mapped drive. Let's say it is at X:\Test\filename.txt
I tried the following lines but didn't quite work:
sub callFTP
Dim vTaskID As Variant
vTaskID = Shell("X:\Test\ftp -s:filename.txt", 0)
end sub
But it did not work. I want to know how I can invoke ftp and use the text
file in that directory. In addition, I wish to know if I must use a mapped
letter instead of the the UNC path.
Thanks,
Ben