carribeiro / vdeli

Video Delivery Network
2 stars 0 forks source link

Change the banner of the ftpserver #15

Closed carribeiro closed 13 years ago

carribeiro commented 13 years ago

The ftpserver banner should be:

220 VDN FTP Server 0.1 alpha ready

Where VDN FTP Server 0.1 alpha is a message configured in the ftpconfig.py file.

FTP_VERSION = "VDN FTP Server 0.1 alpha" 
FTP_BANNER = "VDN FTP Server %s ready" % FTP_VERSION
tschacara commented 13 years ago

that implanted.