I have a password with a plus sign ('+') in it. If i enter it manually it works. If specify it in the script, it does not work.
Any hints?
Thanks in advance,
Felix
martin
Re: Username/password
Exactly as the sample shows. Do you have any special characters in the password/username? If you do not use sftp protocol, you may need to specify your protocol explicitly in the URL. If that does not help, post a log file.
richard11111
Username/password
I cannot pass the username and pwd on the command line. I have tried all types of ways to do it. The sample shows open username:[email protected]. That does not work. How do I pass the username and then the password? Thanks.