由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Please help: regarding ftp scripting in Windows xp Command prompt
相关主题
Questions about arrow key in linux command promptWhat's the problem with 'ascii' codec? (转载)
c++ typedef 一问用pexpect写自动登录
Questions about MAKEFILEGPROF problem
How to execute a shell command in java and display the output?Windows Shell/command for Briefcase?
求助:script for commands (转载)死了,哪里有mingw的入门介绍?
[合集] Shell script problem?how to program a shell extension
sh question: get the file name of a script when started from a dot command问个matlab import data的简单问题 (转载)
软件加密问题how to know the stack size of your system?
相关话题的讨论汇总
话题: ftp话题: command话题: eftp话题: windows话题: run
进入Programming版参与讨论
1 (共1页)
p********b
发帖数: 7
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
c********x
发帖数: 84
2
OK, I can't 100% undertand you question, but here is the root of the
problem: when run the program, the IO is directed to the main or host
program, now you want the IO redirect to the child program, you
need to figure this out. I can't come up solution right now, but it should
not be that hard.
1 (共1页)
进入Programming版参与讨论
相关主题
how to know the stack size of your system?求助:script for commands (转载)
【求助】Centos里面怎么没有g++? (转载)[合集] Shell script problem?
Question about using ctags in gvimsh question: get the file name of a script when started from a dot command
问个php的问题软件加密问题
Questions about arrow key in linux command promptWhat's the problem with 'ascii' codec? (转载)
c++ typedef 一问用pexpect写自动登录
Questions about MAKEFILEGPROF problem
How to execute a shell command in java and display the output?Windows Shell/command for Briefcase?
相关话题的讨论汇总
话题: ftp话题: command话题: eftp话题: windows话题: run