Pervaz Allaudin wrote: > How does one copy files between machines to which one is connected via SSH. scp fileonthishost user at otherhost:/path/to/filename or vice versa. 'man scp' should give you all the details you need. > The regular cp dirpath/filename at machine_name . does not seem to work. > Thanks > Pervaz Ry