Re: [openssl-dev] sftp buggy put command

2015-02-02 Thread dE
On 01/31/15 14:06, Aaron Jones wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 31/01/15 07:37, dE wrote: Hi! I was tying out the put command with version 6.7_p1 of OpenSSH. If I use recursive copying, sftp expects the last directory in the exists in the destination (on the server),

Re: [openssl-dev] sftp buggy put command

2015-01-31 Thread Aaron Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 31/01/15 07:37, dE wrote: > Hi! > > I was tying out the put command with version 6.7_p1 of OpenSSH. > > If I use recursive copying, sftp expects the last directory in the > exists in the destination (on the server), otherwise > “Couldn't canon

[openssl-dev] sftp buggy put command

2015-01-30 Thread dE
Hi! I was tying out the put command with version 6.7_p1 of OpenSSH. If I use recursive copying, sftp expects the last directory in the exists in the destination (on the server), otherwise “Couldn't canonicalize: No such file or directory”. I would've taken this to be the expected behavior,