LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

rt FTP Server

Dear all,

 

My requirement is to take a backup of  all the files (except modified today) to a local system and the delete the  those files from ftp server. To identify the last modified time of a file,  i tried two ways one is ftp directory listing vi and second one is ftp command vi with command MDTM.  iam getting sep 4 11:23 from ftp directory listing vi however iam getting 20110804112330 from MDTM command. i should get 20110904112330. why this difference of one month??  can any one explain or what can be the problem in LV code

0 Kudos
Message 1 of 3
(2,217 Views)

Just a silly idea, have you tried to see what Windows explorer says? There are many date informations it can give :

- creation date

- last modif date

- last access date

...


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 3
(2,209 Views)

I am trying to get last modified date of a file on ftp server runs on cRIO 9073 . i am not using any windows application here both the values i am getting from ftp server only one is through standard labview interface vi and another is through low level commands of ftp server. both should give same date.

0 Kudos
Message 3 of 3
(2,204 Views)