LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ftp file details

How can I retrieve file details, residing on a remote computer, using ftp? I want to be able to see details of remote files (via FTP) as I see file details on my PC in explorer.

If I have full access to the remote ftp server (read/write), how may I delete remote files (on FTP server)?
0 Kudos
Message 1 of 4
(2,998 Views)

See examples finder -> Ftp Browser.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 4
(2,982 Views)
Thanks, falkpl! For the reply. I did see that example but it does not handle remotely deleting the files. I have made a vi, but it gives the error "530 Not logged in." Can you help me with remotely deleting files (to which I have full access and permissions) on a FTP server.
0 Kudos
Message 3 of 4
(2,974 Views)

I think the ftp command is just Delete 'filename'.  I have not done this with labview.  Try sending this command with the Ftp command.vi

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 4 of 4
(2,956 Views)