[twsocket] [FTPCli] - Setting File Attributes

2005-08-15 Thread Artem Antonov
Hello!

How I can set file atributes (-rw-rw-rw- for example)?
Should I use Quote method to send literal command to FTP server or 
there is another way?

Thanks!

Best regards,
Artem Antonov.
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] [FTPCli] - Setting File Attributes

2005-08-15 Thread Francois PIETTE
 How I can set file atributes (-rw-rw-rw- for example)?
 Should I use Quote method to send literal command to FTP server or
 there is another way?

Quote is the way to go.
FTP protocol has no provision to set attributes, your rely only on platform 
and server specific commands to be executed using Quote.

--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be