Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > MPUT command in FTP

Reply
Thread Tools Display Modes

MPUT command in FTP

 
 
HHOF.com
Guest
Posts: n/a

 
      12-13-2007
Hello,

I have an FTP script file that uses the MPUT command to send multiple files
to a remote system. The MPUT command is followed by the BYE command. The
problem is that once MPUT is done sending the files FTP does not quit...It
seems to ignore the BYE command. I also tried replacing BYE with QUIT..same
results. FTP does not end the session.

This is my script file:

open 192.168.50.15
sUSER
xpassword
lcd z:\TEMP
binary
put k*.jpg
Bye


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
run command geeq Windows Vista General Discussion 6 05-01-2008 04:24 PM
some cmd command qsn Ghung Windows Vista General Discussion 2 03-02-2008 10:12 PM
FTP MPUT Skippy1313 Windows Vista Networking 0 06-14-2007 08:19 PM
run command Martin Windows Vista General Discussion 3 04-24-2007 08:10 PM
Run Command TonySper Windows Vista General Discussion 7 03-24-2007 01:13 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59