Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

My FTP password has a colon; when I do a wget with my user name and password, it keeps complaining that a "bad port number" is being used. Is there a solution? I tried the \: trick but did not help.

share|improve this question

migrated from stackoverflow.com Sep 1 '10 at 7:40

1 Answer

up vote 6 down vote accepted

Use --password=password or --ftp-password.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.