Doing ftp in different ways

We can execute the following command in a browser

ftp://ftp.freenet.de/pub/filepilot/  ---- ftp to a free ftp site using domain name

ftp://193.43.36.131/Radio/MP3/  ------ ftp using ip address


ftp://195.216.160.175/

ftp://202.118.66.15/pub/books

ftp://clubmusic:clubmusic@217.172.16.3:8778/ ---- using username, password and a specific ftp port.

ftp://psy:psy@ftp.cybersky.ru

Create a login banner for ftp, Each user will see the message before they enter their username and password, even anonymous users.

Edit the vsftpd.conf and place 
ftpd_banner= any message

Another method of creating a Banner Message is to place a .message file in a directory. Create a file with the message and save it as .message in the directory. Be sure to make it read only.

and gives the option in config file

banner_file=/path/to/banner/file




Terima kasih telah membaca artikel tentang Doing ftp in different ways di blog Tutorial Opensource and Linux jika anda ingin menyebar luaskan artikel ini di mohon untuk mencantumkan link sebagai Sumbernya, dan bila artikel ini bermanfaat silakan bookmark halaman ini di web browser anda, dengan cara menekan Ctrl + D pada tombol keyboard anda.

Artikel terbaru :

  • How To Install Cinnamon In Ubuntu 14.04
  • How To Install Mate Desktop In Ubuntu 14.04
  • Creating the first Windows Server 2003 Domain Controller in a domain
  • How To Install Ubuntu 13.10 Server
  • How to Install Nuvola Player in Ubuntu
  • How to establish Emerald in Ubuntu 13.10 & Linux Mint 16
  • How to Restoring iptables Automatically On Boot on Debian and Ubuntu
  • How to Compile FFMPEG with H.264 and LAME in Ubuntu And Debian
  • How to Install Linux on a Playstation 2
  • apt-fast: Improve apt-get Download Speed
  • Artikel terkait :