Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Fredrik

The @ sign in password and scripting

Hi!
My customer transfers files using WinSCP 3.7.6 to one supplier. Now my customer has gotten a new user-ID which includes a @-sign (s-MY-CUST@supplier.com).
The file transfer is run by a batch job from the ERP system => we use a script for a SHELL command.
The @-sign messes up the connection!
The log file states:
//
Host does not exist
No session
//
The script is:
'open '+ UserID + ':' + PassWord + '@' + SupplierFTPserver

Shell: "DOS Shell"(ENVIRON('COMSPEC') +' /C '+ BATname,7, TRUE);

Any input/help would be great,
Thanx,

Fredrik