[tahoe-lafs-trac-stream] [tahoe-lafs] #1442: scp fails silently when copying from a Tahoe SFTP frontend; it should fail loudly
tahoe-lafs
trac at tahoe-lafs.org
Tue Jul 26 21:18:17 PDT 2011
#1442: scp fails silently when copying from a Tahoe SFTP frontend; it should fail
loudly
-------------------------------+----------------------------
Reporter: davidsarah | Owner: T_X
Type: defect | Status: new
Priority: major | Milestone: undecided
Component: code-frontend | Version: 1.8.2
Resolution: | Keywords: scp error sftp
Launchpad Bug: |
-------------------------------+----------------------------
Comment (by T_X):
Hmm, weird, I'm also using OpenSSH 5.5p1, but on Debian squeeze though...
Ah wait, just found what's different: I'm copying _from_ tahoe-lafs _to_ a
local directory. You're doing it the other way around and there I also get
that "lost connection". However when copying from tahoe-lafs, there I
don't get it:
{{{
$ scp -oport=8022 /tmp/8BP102.gif-2 root at 127.0.0.1:/; echo $?
root at 127.0.0.1's password:
lost connection
1
$ scp -oport=8022 root at 127.0.0.1:/music/8bitpeoples/8BP102.gif /tmp/; echo
$?
root at 127.0.0.1's password:
1
$
}}}
And at least scp gives some sort of error return code, just no error
message via stdout/stderr appears.
--
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1442#comment:2>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list