Untuk yang ingin membuat sebuah FTP server under unix atau linux bisa menggunakan vsftpd.. Berikut ini adalah cara melakukan pemasangan vsftpd di ubuntu 10.10
code :
sudo apt-get install vsftpd
root@ubuntu:~# sudo apt-get install vsftpd Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: linux-headers-2.6.35-22 linux-headers-2.6.35-22-generic Use 'apt-get autoremove' to remove them. The following NEW packages will be installed: vsftpd 0 upgraded, 1 newly installed, 0 to remove and 18 not upgraded. Need to get 116kB of archives. After this operation, 442kB of additional disk space will be used. Get:1 http://kambing.ui.ac.id/ubuntu/ maverick/main vsftpd i386 2.3.0~pre2-4ubuntu2 [116kB] Fetched 116kB in 2s (53.2kB/s) Preconfiguring packages ... Selecting previously deselected package vsftpd. (Reading database ... 148828 files and directories currently installed.) Unpacking vsftpd (from .../vsftpd_2.3.0~pre2-4ubuntu2_i386.deb) ... Processing triggers for man-db ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot Setting up vsftpd (2.3.0~pre2-4ubuntu2) ... Adding user ftp to group ftp vsftpd start/running, process 2901 root@ubuntu:~# tunggu proses sampai selesai.. cara mencek apakah vsftpd sudah terpasang bisa melakukan ftp ke localhost
h4nk@ubuntu:~$ ftp localhost Connected to localhost.localdomain. 220 (vsFTPd 2.3.0) Name (localhost:h4nk): h4nk 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files.
kalau sudah seperti itu bearti dah berhasil melakukan pemasangan vsftpd..
Semoga sukses.. good luck
0 Komentar
Berikan Komentar yang bermanfaat dan sehat.