Page 1 of 1

url encoding

Posted: Thu Sep 04, 2014 4:32 pm
by Sampol
Hi,
First sorry for my English, I’m Spanish.
We use latest beta version for problems with timespams ( http://www.risefly.com/forrum/viewtopic ... amps#p2186 ).
Our problems is with url encoding of files downloaded from internet.

Example:
We sync from windows folder to ftp server (mirror mode, one direction).
Winfolder have 1 file: Hello%20World.doc
FTPFolder: no files

First sync process:
Winfolder have 1 file: Hello%20World.doc
FTPFolder: no files

Result: Copy “Hello%20World.doc” to FTP folder (correct operation)

Second sync process:
Winfolder have 1 file: Hello%20World.doc
FTPFolder have 1 file: Hello World.doc (with “space” not %20, but if i navigate with Filezilla see file with %20)

Result: Delete file “Hello World.doc” (error 550, the file not exist) and copy file “Hello%20World.doc” (correct, but not necessary).

Third sync process:
Winfolder have 1 file: Hello%20World.doc
FTPFolder have 1 file: Hello World.doc (with “space” not %20, but if i navigate with Filezilla see file with %20)

Result: Delete file “Hello World.doc” (error 550, the file not exist) and copy file “Hello%20World.doc” (correct, but not necessary).

………

Any idea for solving problem?

Re: url encoding

Posted: Fri Sep 05, 2014 12:18 pm
by RiseFly
Please try to check the following option to avoid the problem:
[attachment=0]FTP-Decode.png[/attachment]

Re: url encoding

Posted: Mon Sep 08, 2014 10:04 am
by Sampol
Thanks!!!!

Re: url encoding

Posted: Mon Oct 27, 2014 6:21 am
by Jacky Jacson
Result: Delete file “Hello World.doc” (error 550, the file not exist) and copy file “Hello%20World.doc” (correct, but not necessary).