Re: wput file

2009-04-23 Thread Erik Xavior
Wow. It worked :O !!! Thank you! ps.: Thank you again :) !! If you have a percent sign in PASSWORD then it will be interpreted as an escape character that is to be followed by a two-digit hexadecimal number that encodes one character (i.e. the next two characters have to be members of the se

Re: wput file

2009-04-23 Thread Florian Kulzer
On Thu, Apr 23, 2009 at 10:12:28 +0200, Erik Xavior wrote: > Hi > I'm trying to put a file to an ftp site: > > wput -v file.txt ftp://USER:passw...@foo.com/public_html/pub/ > > file.txt is just a normal plain text file. > > But it says: > > parse-error in escaped character: is not a hexadecima

Re: wput file

2009-04-23 Thread Ólafur Jens Sigurðsson
On Thu, Apr 23, 2009 at 10:12:28AM +0200, Erik Xavior wrote: > Hi > I'm trying to put a file to an ftp site: > > wput -v file.txt ftp://USER:passw...@foo.com/public_html/pub/ > > file.txt is just a normal plain text file. > > But it says: > > parse-error in escaped character: is not a hexadeci

wput file

2009-04-23 Thread Erik Xavior
Hi I'm trying to put a file to an ftp site: wput -v file.txt ftp://USER:passw...@foo.com/public_html/pub/ file.txt is just a normal plain text file. But it says: parse-error in escaped character: is not a hexadecimal character and it doesn't uploads the file :S what am I missing? Thank you