I am using WS_FTP Pro 7.5, and scripting for MGET is not working when passed in a file on the command line using FTPSCRPT.

 

Command line:

"c:\program files\ws_ftp pro\ftpscrpt" -f c:\leics\send.scp

 

send.scp File content:

{

LOG c:\program files\ws_ftp pro\logs\ws_ftp.log

TRACE c:\program files\ws_ftp pro\logs\ws_ftpsession.log

USER %%%%%

PASS %%%%%

SSL 1

CONNECT ieftpint2.services.ibm.com

CD %%%%%/*

LCD c:\leics\in

MGET *

CLOSE

}

 

I have tried MGET *, MGET *.*, and MGET *. with the same result. The script seems to work fine if I run it inside FTPSCRPT without passing it.

 

Anyone have any ideas?

 

Thank you,

Jon Gohlke

Safe Auto Insurance

 

Reply via email to