cURL - 使用 cURL 来 ftp 文件并保留文件的原始时间戳
我正在使用curl 从 FTPS 站点下载一些文件。当我将文件从站点下载到我的计算机时,zip 文件日期会更改为下载时间和日期。我想保留 FTPS 服务器上的原始时间戳。 请告知如何执行此操作。如果你能提供 gr8 的例子,我是卷曲新手。
谢谢
I am using curl to download some files from a FTPS site. When i download the files from site to my machine the zip files date changes to the download time and date. I want to keep the original timestamp that is on the FTPS server.
Please advise how to do this. If you can provide examples that would be gr8 i am new to curl.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关键是这个命令行选项:
...然后可以像这样使用:
(--ssl 以前称为 --ftp-ssl)
The key is this command line option:
... which then can be used like:
(--ssl was formerly known as --ftp-ssl)