| Dart Home | PowerTCP FTP for ActiveX | Custom Development | Reply | PowerTCP FTP for ActiveX Topics | Forums |
| Author | Forum: PowerTCP FTP for ActiveX Topic: Need UNIX directoy listing information |
| User385 Posts: 14 Member Since: 08/22/01 |
posted August 22, 2001 1:05 PM Where can I find details on the UNIX directory listing fields and what they mean? I would like to interpret the "dr-xr-xr-x 1 owner group 0 Aug 16 19:59 test" so that I can manually apply my own permissions. Is there a better way to apply file permissions then manually changing the contents of the DartStream object before it is returned on a LIST command? |
K M Drake![]() From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted August 22, 2001 2:52 PM Hi, If you do a search on the web, you'll no doubt find many sites that discuss permissions. As far as changing them, usually you would send a SITE command with the Unix chmod command. For example: Ftp.Site "chmod 755", Reply -ken K M Drake Dart Tech Support |
| User385 Posts: 14 Member Since: 08/22/01 |
posted August 22, 2001 4:35 PM The SecureFTPServer is running on a Win2K computer. When a LIST is requested, the Response contains a DartStream object that has a UNIX-Style directory listing in it. • Why? • Does the .Listing that is returned only have files in it that the user has access to? • How does the "chmod" work in Win2K? • How should the permissions get set with an initial STORE? |
K M Drake![]() From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted August 22, 2001 4:52 PM Hi, Please be sure to post under the correct folder. I thought you were asking about Ftp clients. 1) Because most servers return this type of listing, and this is what we wanted the control to do. You could always intercept the List Event and return your own listing. 2) The Listing shows whatever an actual user of the machine would see. 3) It does not. 4) The control does not have the capability to set file permissions. -ken K M Drake Dart Tech Support |
| Reply | PowerTCP FTP for ActiveX Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|