This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256255 - FTP - preserve file dates
Summary: FTP - preserve file dates
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-29 12:15 UTC by legitalk
Modified: 2017-09-25 11:46 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (44.40 KB, text/plain)
2015-10-29 12:15 UTC, legitalk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description legitalk 2015-10-29 12:15:37 UTC
Product Version = NetBeans IDE Dev (Build 201510270002)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

Reproducibility: Happens every time

I used before TotalCommander to upload my files to FTP. Now I use NB, I setted up configuration to project, run as remote web site, and NB is automatically uploading my files on save. But. There is no option such "Preserve file dates". When I have different time on my PC than is on server, the file dates are different, and then is harder for me visually confirm via TC, that files are same, or not. Could you please add there another option, to preserve file dates, when files are uploaded to FTP. It will be great feature. Thanks
Comment 1 legitalk 2015-10-29 12:15:41 UTC
Created attachment 157043 [details]
IDE log
Comment 2 Tomas Mysik 2015-11-09 08:35:26 UTC
Well, handling timestamps on FTP is tricky, unfortunately. One cannot even rely on them because every FTP server can behave differently (different timezone, daylight saving time etc.). But I will have a look whether FTP library we use in NetBeans supports it.

Thanks.
Comment 3 legitalk 2015-12-09 07:39:17 UTC
Thanks.
Comment 4 legitalk 2017-09-25 11:46:39 UTC
Any news about this?