[VFS][SFTP] access path containing %0

2010-09-14 Thread Nicolas Delsaux
(AbstractFileObject.java:669)        at com.company.svnsync.SftpExecutor.copy(SftpExecutor.java:70) Is there some kind of encoding I could use, as my path really exists as this on that server ? Thanks -- Nicolas Delsaux - To unsubscribe, e-mail

Re: [VFS][SFTP] access path containing %0

2010-09-14 Thread Nicolas Delsaux
that work with URLEncoder ? Indeed, I already use the url encoder to transform whitespaces and other non-url characters, and i would like to avoid too much complicated code ... Thanks -- Nicolas Delsaux - To unsubscribe, e-mail

Re: [VFS][SFTP] access path containing %0

2010-09-14 Thread Nicolas Delsaux
a classical URLEncoder.encode(String) of all path parts is enough to solve the problem. Thanks for the help. -- Nicolas Delsaux - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h

[VFS][SFTP] Unable to navigate to directory

2010-09-15 Thread Nicolas Delsaux
using, as an example, WinSCP. Which leads me to think that this may not be a server-side issue, but rather a problem with my use of commons VFS. So, have you got any suggestions regarding this particular issue ? Thanks -- Nicolas Delsaux

Re: [VFS][SFTP] Unable to navigate to directory

2010-09-15 Thread Nicolas Delsaux
.. drwxr-xr-x 5 root root 128 Mar 31 18:11 files So, what am i doing wrong ? -- Nicolas Delsaux - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org

Re: [VFS][SFTP] Unable to navigate to directory

2010-09-15 Thread Nicolas Delsaux
18 Jan 23 2010 data - /mnt/md0/data_63d/ Damn, maybe this prevents navigation, no ? -- Nicolas Delsaux - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h

Re: [VFS][SFTP] Unable to navigate to directory

2010-09-15 Thread Nicolas Delsaux
# ls -la /mnt/md0/ total 8144379 drwxr-xr-x 20 root root 880 Sep 6 09:30 . drwxr-xr-x 8 root root 256 Jun 24 10:22 .. drwxr-xr-x 3 root root72 Jan 25 2010 data_destination -- YES, This one ! Which i should be able to navigate, no ? -- Nicolas Delsaux

[vfs] Slow WebDAV

2012-03-29 Thread Nicolas Delsaux
. to write then read a 2 KB files on a localhost server). So, what can I do to fasten WebDAV operations ? -- Nicolas Delsaux - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h