Author Topic: Alternate to ftp for secure unix  (Read 587 times)

jasuk70

  • Newbie
  • *
  • Posts: 12
Alternate to ftp for secure unix
« on: September 25, 2008, 08:24:43 AM »
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.

Code: [Select]
sc * jason@10.1.1.10:.

It will then prompt for the password and away it goes.

Jas