Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ftp date

Status
Not open for further replies.

promotor

Technical User
Oct 14, 2001
35
0
0
PH
when i enabled the ftp service on my AIX5L and tried to ftp from a windows 2000 command line, the date that shows in the ftp is not the current date, it shows something like this:

Connected to 192.168.0.3.
220 AIX5L FTP server (Version 4.1 Sun Apr 8 07:45:00 CDT 2001) ready.
User (192.168.0.3:(none)):

as you can see, its almost two years late. is there a configration file that i must edit? thanks

[noevil]
 
the date displayed is not ths system date of the server where ftpd running, it's the version and compiled date of the ftpd binary.
you can use strings `which ftpd`|grep -i version to find it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top