sftp
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Dette indlæg hører under følgende tråd:
Det komplette tråd-træ sorteret efter dato
Kevin Buettner den
2002-06-10 17:00
Carl Parrish den
2002-06-10 17:24
Vedhæftede filer:
Indlæg som e-mail
(text/plain)
Skribent:
Tom Emerson
Dato:
2002-06-10 17:09
UTC
Emne:
sftp
Carl, try this:
scp -rp from.this.host.com:/path/to/dir /path/to/destination
-r recursive
-p preserve permissions (if you need it)
In a second terminal window, keep a connection open to the source host so
you can ls the dirs you need.
- tom e.
--------------------------------------------------------
Does anyone know of an application that gives you an ncftp "like"
interface to sftp? I need to move a *lot* of directories and so far
haven't figured out an easy way to do this with sftp.
Thanks all,
Carl P.