Please help: regarding ftp scripting in Windows xp Command prompt# Programming - 葵花宝典
p*b
1 楼
Does dos has similar Encrypted ftp like in Unix?
For example:
The following code can be executed in one command line using EFTP
ftp -nv << EFTP >> &log.log
open....
user...
ascii
....
quit
EFTP
I know i can do the similar thing with batch file or ftp -s:script.txt
servername
But I need a script that doesn't require file creating... Since these
commands are embedded inside a powerbuilder code which uses Run() to execute
. Run(cmd) executes
c
For example:
The following code can be executed in one command line using EFTP
ftp -nv << EFTP >> &log.log
open....
user...
ascii
....
quit
EFTP
I know i can do the similar thing with batch file or ftp -s:script.txt
servername
But I need a script that doesn't require file creating... Since these
commands are embedded inside a powerbuilder code which uses Run() to execute
. Run(cmd) executes
c