You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Mario Ivankovits <ma...@ops.co.at> on 2005/11/10 18:51:40 UTC

Re: How to change the file permissions on a remote FTP Server ?

Srinivas Somonahalli wrote:
> I want to store a file in the remote FTP server with write permission set to
> the file so that file can be overwritten by any one.
>   
As Sylvain already stated its not possible for now in VFS.

If you use plain commons-net you could try something like

ftpClient.site("CHMOD 666 filename");

---
Mario


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org