Monz
Feb 16th, 2000, 10:16 PM
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?
Mark Sreeves
Feb 17th, 2000, 11:23 AM
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
[username]
[password]
cd [remote dir]
put [filename]
close
quit
------------------
Mark Sreeves
[i]Analyst Programmer
Mark.Sreeves@Softlab.co.uk
A BMW Group Company