On Wed, Apr 29, 2009 at 11:02:16PM +0800, mcclnx mcc wrote: > When we used SFTP to transfer file it will keep file property like > "create date", "rwx". > > For FTP, is option can do that? > Certain FTP clients may simulate this with tricks (at least on downloads), but the FTP protocol itself doesn't really allow for it. And definitely no (good) way to do it when uploading a file. Ray