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.

link|improve this question

57% accept rate
feedback

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

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 5 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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