On 09/03/2006, at 14:34 , Antony N. Lord wrote:

I frequently SSH / SFTP in to my machine at home with Interarchy to grab needed files.

How do I deal with dragging files over with resource forks such as clippings etc?

Can I command line gzip them or something?

tar on Tiger always preserves resource forks, so "tar cf someName.tar folderName" works.

scp works too, but you need to give it the "-E" option, as in:

scp -Er folderName [EMAIL PROTECTED]:

-Josh

<http://josh.corduroy.biz>