On 09/03/2006, at 2:34 PM, 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?

Or should I try Samba or something else in future? (I'm not quite ready to get all the VPN stuff happening at both end methinks).

One option would be to use an AFP connection through an SSH tunnel:

eg:

ssh -L 10548:127.0.0.1:548 [EMAIL PROTECTED]

then:

 open afp://localhost:10548

Have a look at
<http://macosx.miraworld.tv/ssh/>
and
<http://www.oreillynet.com/cs/user/view/cs_msg/41879>

HTH

Steve.