Upload file via ftp

17 09 2008
Upload file via ftp memang mengasyikkan, selain mudah dan cepat juga lebih sederhana. Berikut proses upload file via ftp ke server hosting-provider..

tono@ubuntu:~/Audio$ sudo ftp 219.83.125.118
Connected to 219.83.125.118.
220 ProFTPD 1.3.0 Server (Debian) [::ffff:219.83.125.118]
Name (219.83.125.118:tono): hxxxx
331 Password required for hxxxx.
Password:
230 User hxxxxx logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls

200 PORT command successful
150 Opening ASCII mode data connection for file list
drwx—— 2 h85949 h85949 4096 Aug 1 02:54 etc
drwx—— 3 h85949 h85949 4096 Aug 1 02:54 home
drwx—— 2 h85949 h85949 4096 Aug 1 02:54 log
dr-xr-x— 3 mysql h85949 4096 Sep 17 00:01 mysql
dr-xr-x— 2 postgres h85949 4096 Aug 1 02:54 pgsql
drwxr-xr-x 2 h85949 h85949 4096 Aug 1 02:54 public
drwxr-x–x 4 root h85949 4096 Aug 22 10:15 sites
drwxr-x— 2 root h85949 4096 Aug 14 03:50 sysetc
drwxr-x— 2 root h85949 4096 Aug 6 02:53 syslog
drwx—— 2 h85949 h85949 4096 Aug 1 02:54 tmp
226 Transfer complete.

ftp> cd sites

250 CWD command successful Read the rest of this entry »