Monday, 15 August 2011

ftp - wget trouble, explicit encryption -


I can not use the server with clear encryption

Example:

  Wget --secure-protocol = SSLv3 --no-proxy --passive-ftp ftp: // Username: Password @ host: port / Folder / file.pdf  

response:

signing in as a user name ...

The server refuses to login

Try again.

Can anyone help me with it? thank you in advanced.

Try the optional parameter syntax

- Ftp-user < / Code> and - ftp-password therefore:

  wget --secure-protocol = SSLv3 --no-proxy --passive- Ftp --ftp- User = username --ftp-password = password  

No comments:

Post a Comment