ono
04-11-2008, 03:00 PM
Hi,
Here goes my first post to this nice forum. So hello everybody :D
Today I was moving my website to new virtual server. Using SSH/SFTP I've realized that ForkLift is not preserving file modification dates when copying files to remote server, instead it is creating all copies with time of NOW.
This is really a pity since it is quite necessary to have those dates untouched, I've pretty many software releases and I want them to be stored on the server with original date not to mislead my clients.
I was forced to use: scp -p from command line, not handy, but preserving dates.
I'd appreciate if you can fix this in near future.
Here goes my first post to this nice forum. So hello everybody :D
Today I was moving my website to new virtual server. Using SSH/SFTP I've realized that ForkLift is not preserving file modification dates when copying files to remote server, instead it is creating all copies with time of NOW.
This is really a pity since it is quite necessary to have those dates untouched, I've pretty many software releases and I want them to be stored on the server with original date not to mislead my clients.
I was forced to use: scp -p from command line, not handy, but preserving dates.
I'd appreciate if you can fix this in near future.