You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Veena <ve...@gmail.com> on 2010/09/06 16:13:26 UTC

FTP - Preserve last modified date of the file

 Hello all,
I am using commons jar version commons-net-1.4.1.jar.

I have a FTPClient to download the files from a server. After downloading,
the last modified timestamp of the downloaded file changes from that of the
server. Is there a way I can preserve the last modified time of the file I
download?

Thanks in advance

Veena