Thursday, March 02, 2006

ftp made easy

[lsandakith@eng1 Desktop]$ ftp
ftp> open ralph
Connected to ralph.sl.valista.com.
220 ralph FTP server (SunOS 5.8) ready.
500 'AUTH GSSAPI': command not understood.
500 'AUTH KERBEROS_V4': command not understood.
KERBEROS_V4 rejected as an authentication type
Name (ralph:lsandakith): oracle
331 Password required for oracle.
Password:
230 User oracle logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> put GemplusIssue_DaemonLoop_030306.tar.gz
local: GemplusIssue_DaemonLoop_030306.tar.gz remote: GemplusIssue_DaemonLoop_030306.tar.gz
227 Entering Passive Mode (172,16,80,11,149,215)
150 Binary data connection for GemplusIssue_DaemonLoop_030306.tar.gz (10.30.1.237,61450).
226 Transfer complete.
15419 bytes sent in 0.13 seconds (1.1e+02 Kbytes/s)
ftp>

No comments: