Bug#611380:

2014-12-08 Thread Aakash Patil
direct use of put -r not possible... directories are needed to be created first...problem solved... cheers -Aakash :-)

Bug#611380:

2012-06-20 Thread Oleksandr Gavenko
Also note that: http://blog.naoar.com/2012/04/sftp-recursive-option-not-working-huh.html workaround problem by creating destination dir firstly. -- Best regards! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas

Bug#611380: What status of this bug??

2012-06-20 Thread Oleksandr Gavenko
Seems that sftp does not support recursive coping. Some people recommend use: $ rsync --delete --rsh=ssh -av $LOCAL $HOST:$REMOTE or: tar -cf - $LOCAL | ssh $HOST " ( cd $REMOTE ; tar -xf - )" Look for discussion: http://unix.stackexchange.com/questions/7004/uploading-directories-with-sf

Bug#611380: openssh-client: I have the same finding

2011-05-20 Thread Steven Sciame
Package: openssh-client Version: 1:5.5p1-6 Severity: normal I can confirm this bug. I am attempting to upload files onto my webserver using sftp. As far as I can tell from reading the man pages and searching online, the correct syntax once connected via sftp is: put -r * I keep getting the, "

Bug#611380: openssh-client: sftp's put -r fails with "Unable to canonicalise path"

2011-01-28 Thread brian m. carlson
Package: openssh-client Version: 1:5.5p1-6 Severity: normal File: /usr/bin/sftp When I use the command line sftp client and try to use "put -r", I get the error 'Unable to canonicalize path "/home/bmc/foodir"'. I suppose that is because the directory in question does not exist (that's why I'm upl