Scripted FTP Upload with special character in password


Some days ago I ran into the problem, that the customer had special characters in his password on IBM Connections Cloud. For an automated upload to the IBM Integration Server I created some scripts to automate the upload.

After creating a TDI assembly line, installing WinSCP and setting up an automated upload I noticed, that you script could not login. In my case it was the character “+”.

I started to investigate and searched for a solution and located the following site, which helped me: https://visakhm.blogspot.co.at/2016/10/winscp-tips-passing-credentials-with.html

After replacing the character “+” with “%2B” the scripted login worked fine.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s