Command line ftp, via batch file I have a command line ftp script, it works great... but I have to launch it from a Windows' shortcut, otherwise it simply will not run.
AA does not seem to want to launch the shortcut, preferring to run the .bat file directly, which leads to the the ftp script failing to function because the window closes immediately after launching.
I attempted to replicate the ftp script using AA's ftp automation, but it appears impossible.
here's the script, sanitized for privacy
open
xxx.xxx.xxx.xxx xxxx
user
xxxxx.xxxx
xxxxxx
lcd v:\blahblah
put clbkmvfe.txt pccumvfe, E,0,300,200,978,2800
quit
Any ideas how to use AA's ftp, or how I can get the .bat window to stay open without launching from the Window's shortcut, or how to get AA to actually launch from the shortcut? |