|
-
ftp command in batch mode
You can write ftp command in a text file like my.ftp include following:
verbose
open your-nt-host-name
user your-login-name your-password
ascii
cd file-directory
get file-name
close
open your-unix-host-name
user your-login-name your-password
ascii
cd destination-directory
put file-name
bye
then you can create a bat file include:
ftp -n -s:my.ftp
[Edited by tangqiang on 03-21-2001 at 01:34 AM]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|