Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   idFTP Chmod Permissions (https://www.delphipraxis.net/175407-idftp-chmod-permissions.html)

yassinov 19. Jun 2013 11:25

idFTP Chmod Permissions
 
Hi
im using indy 9.00.10 & for my need all working perfect except a small problem
still not solved is about idftp component to read file permission value that shown on this format as example : -rw-rwxrwx
im looking about how use numeric value on read when doing idftp list operation as example file readed with this value :644 ,755 ...etc

best regards

Klaus01 19. Jun 2013 11:37

AW: idFTP Chmod Permissions
 
Hi
rwx

r corresponds to value 4
w corresponds to value 2
x corresponds to value 1

6 means read and write permissions

Best regards
Klaus

yassinov 19. Jun 2013 11:49

AW: idFTP Chmod Permissions
 
Zitat:

Zitat von Klaus01 (Beitrag 1219027)
Hi
rwx

r corresponds to value 4
w corresponds to value 2
x corresponds to value 1

6 means read and write permissions

Best regards
Klaus

Thanks for your fast answer !
i understand your describe and if possible i need an example on listing files inside
listview by reading the file permission value on item select to show it as message or label.
thanks at advance


Alle Zeitangaben in WEZ +1. Es ist jetzt 08:45 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz