Hi guys,
I made an app that can download from an ftp server but i want to preserve the time time stamp from the server where the file is created.
right now i use QFile in my QFtp::get() and found that the time stamp of my downloaded file is time when it was dowloaded.
Any idea how can i preserve the server time stamp?
baray98