Hi.
Just thought I'd share something I've found out how to do, apologies if you already knew. I was trying to ftp some files off my OneT, to another linux box, and as the ftp is blocked on this server, I was looking for another way to do this and turned up sc command using either the root access or XTerm.
sc {file/s} {user}@{host}:{remotedir}
for example. I want to copy all the files in my current directory on the OneT. To the home directory in my account on a linux box.
sc * jason@10.1.1.10:.
It will then prompt for the password and away it goes.
Jas