Kevin when you tar a file does it create a copy or does it effect the original? The directories I need to more are on a semi public box and will be in use during the transfer. Carl P. ============================================================ From: Kevin Buettner Date: 2002/06/10 Mon PM 01:00:04 EDT To: plug-discuss@lists.plug.phoenix.az.us Subject: Re: sftp On Jun 10, 12:29pm, Carl Parrish wrote: > 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. I know it's not the answer you were hoping for, but have you considered creating a tarball on the source machine, copying it with scp (or sftp) and then untarring it on the destination machine? If the directories that you're copying are all within the same hierarchy, you could also use "scp -r -p" too. (I still think transferring an archive will be faster though.) Kevin ________________________________________________ See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail. PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss ============================================================