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
|