sftp question -

Todd Zullinger tmz at pobox.com
Sat Jun 16 14:45:46 UTC 2007


Bob Goodwin - W2BOD wrote:
> I'd like to transfer a copy of my t-bird Mail files to another box
> but when I try to sftp it I get an error message:
>
> "Cannot download non-regular file: .thunderbird/05puurvg.default/Mail/"
>
>
> Is there a way to do this?

It's probably easier to use scp for copying the entire directory.  The
syntax is something like this:

scp -r $USERNAME@$REMOTEHOST:.thunderbird/05puurvg.default/Mail/ .

The -r means recursively copy.  This will copy the Mail dir from
$REMOTEHOST to the current directory on the local host.  If your
username is the same on both systems, you can leave off the $USERNAME@
part.

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A neurosis is a secret you don't know you're keeping.
    -- Kenneth Tynan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 542 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20070616/d924c149/attachment-0001.sig>


More information about the fedora-list mailing list