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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ftp time different from date/clock time

Status
Not open for further replies.

mwpclark

Programmer
Joined
Mar 14, 2005
Messages
59
Location
US
Running redhat with /usr/sbin/vsftpd

Login with ssh, run ls -al, file date and time shows correct

Upload new file with ftp client, file date reading ftp client shows GMT not server time. I have been living with this. Today it started showing date as 9/1/04.

When I download the file, the date sticks and my windows file date is 9/1/04. Windows time and date are set correctly.

Linux server date was set with date -s command.

Does the vsftp program pickup a time and date somewhere else besides the date set with "date" command?

Any ideas greatly appreciated.

Thanks, Mike
 
Add use_localtime=YES to vsftpd.conf
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top