> > I need to periodically upload a file to an ftp server, but the
> > password they've issued me has a '!' and a '&' character in it.  I
> > tried escaping those characters like this:
> >
> > wput -A file.txt ftp://username:abc\!123\&@ftp.example.com/file.txt
>
> Did you try using ' around the whole argument? Like
>
> wput -A ... 'ftp://....txt'?

That did it.  Thanks everyone!

- Grant
-- 
[EMAIL PROTECTED] mailing list

Reply via email to