Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

About ftp application suggestion

enovip

Extended Member
Ext. Member
Joined
Sep 23, 2019
Messages
27
Reaction score
20
Points
14
Location
Cyprus
Does anyone suggest an app or know the way how can change/update the date or time of desired multiple or single file(s) after uploading into linux server with any ftp app.
 
If you try a little on google, it'll tell you everything
here is what I found:
Explicitly Setting Access and Modification time using touch command
The format for specifying -t is [[CC]YY]MMDDhhmm[.SS]

Code:
$ touch -t [[CC]YY]MMDDhhmm[.SS]

The following explains the above format:
  • CC – Specifies the first two digits of the year
  • YY – Specifies the last two digits of the year. If the value of the YY is between 70 and 99, the value of the CC digits is assumed to be 19. If the value of the YY is between 00 and 37, the value of the CC digits is assumed to be 20. It is not possible to set the date beyond January 18, 2038.
  • MM – Specifies the month
  • DD – Specifies the date
  • hh – Specifies the hour
  • mm – Specifies the minute
  • SS – Specifies the seconds
for example to change access and modify time of file tgs.txt
Code:
$ touch -a -m -t 203801181205.09 tgs.txt
-a param to change access time
-m param to change modify time
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top