Re: [gentoo-user] {OT} wput with weird characters

2007-09-01 Thread Michal 'vorner' Vaner
Hello On Sat, Sep 01, 2007 at 03:45:54AM +0200, Alex Schuster wrote: Grant writes: 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! Hmm...

[gentoo-user] {OT} wput with weird characters

2007-08-31 Thread Grant
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 but then it tells me the password isn't correct. How can

Re: [gentoo-user] {OT} wput with weird characters

2007-08-31 Thread Michal 'vorner' Vaner
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

Re: [gentoo-user] {OT} wput with weird characters

2007-08-31 Thread Willie Wong
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

Re: [gentoo-user] {OT} wput with weird characters

2007-08-31 Thread Alex Schuster
Grant writes: 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 but then it tells me the password

Re: [gentoo-user] {OT} wput with weird characters

2007-08-31 Thread Grant
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?

Re: [gentoo-user] {OT} wput with weird characters

2007-08-31 Thread Alex Schuster
Grant writes: 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! Hmm... there really should be no difference whether you put the whole string between