Get Unix attributes for a file

Hello!

How to get attributes for single file?
It is possible, implement it through the send/receive ftp command sequence?

As alternative, it will be good if the IFTPConnection interface has be not only SetUnixAttributes() method, but also GetUnixAttributes .

Regards,
Nikolai

Hello ..

You can get it from the directory listing only. If MLST is supported by your FTP server (unlikely) you can get it with a single command. But you have to parse the server (MLST) reply yourself.

Regards,
SmartFTP