Hello On Fri, Aug 31, 2007 at 11:50:43AM -0700, Grant wrote: > 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'? -- This message has optimized support for formating. Please choose green font and black background so it looks like it should. Michal 'vorner' Vaner