domingo, 28 de septiembre de 2008

Installing a FTP Server on Linux

A FTP is use for transport Files among computers in a network (LAN, INTERNET, etc).
That is nice because we can share ours files, homeworks, pictures, videos, etc..., with ours friends and other persons.

For Windows xD
For Linux :D
Installing vsftpd on debian, ubuntu.
You open a terminal and write:
$sudo apt-get install vsftpd

ok! you installed a FTP Server in you computer ;-)

for check if is running you open a Browser and de direction bar:
ftp://127.0.0.1 (this IP is general for all computers)
you check with your real IP or private IP

for confing de server check next file:
  • /etc/vsftpd.config
for run, stop, chech status:
$ sudo /etc/init.d/vsftpd {options}

for more information about "FTP" and "FTP Server" you visit next link:
FTP

No hay comentarios: