When you were talking to Elara about the best ftp control you said something about using the shell method to open an FTP program. Can you explain?
Printable View
When you were talking to Elara about the best ftp control you said something about using the shell method to open an FTP program. Can you explain?
OK I confess that I haven't used this myself but the aging programmer who sits next to me has! ;)
this should use ftp.exe in a hidden window
The script file could, of course, be written in code.
I presume that any ftp command can be included in the script file.
shell command line:
a = Shell("FTP.EXE -s:[script file]", 2)
Script file:
open [IP Address]
[username]
[password]
cd [remote dir]
put [filename]
close
quit
------------------
Mark Sreeves
Analyst Programmer
[email protected]
A BMW Group Company