On Fri, 2003-02-28 at 18:33, Matthew Larson wrote: > So, I'm learning sftp, but I'm having serious problems trying to > accomplish what I need. How do I copy entire folders at once without > too much hassle. Maybe I need to use something else?
sftp just isn't that bright. scp is probably a better bet if you already know where you want to copy files. The docs for sftp imply that another ftp program could be used instead of the standard sftp interface, as long as it complies to a certain interface. I haven't had a chance to figure out how to do that with lftp (king of commandline ftp) yet. If you want to I would be forever grateful. In fact, if you wanted to extend gnome-vfs so that Nautilus and family could use sftp as a backend, I would be even more grateful. ;-) Ah, now that would be nice... -- Stuart Jansen <[EMAIL PROTECTED]> #define FALSE 0 /* This is the naked Truth */ #define TRUE 1 /* and this is the Light */ -- mailto.c _______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
