Tuesday 31 January 2012

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




No comments:

Post a Comment