You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by youhaodeyi <yo...@gmail.com> on 2008/03/27 08:49:56 UTC

Does FTP support chmod command?

I didn't find chmod command in org.apache.commons.net.ftp.FTPCommand class.
How canIuse this command?
-- 
View this message in context: http://www.nabble.com/Does-FTP-support-chmod-command--tp16323323p16323323.html
Sent from the Commons - User mailing list archive at Nabble.com.


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


Re: Does FTP support chmod command?

Posted by Thorbjørn Ravn Andersen <th...@gmail.com>.
youhaodeyi skrev  den 27-03-2008 08:49:
> I didn't find chmod command in org.apache.commons.net.ftp.FTPCommand class.
> How canIuse this command?
>   
How would you do it in a normal ftp session?

-- 
  Thorbjørn

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


Re: Does FTP support chmod command?

Posted by Mark Fortner <ph...@gmail.com>.
I think his point was that chmod is usually not supported in an ftp
session.  FTP is intended merely for file transfer -- hence it's name "File
Transfer Protocol".  Usually if you want to use chmod you create an ssh or
telnet session.

Regards,

Mark

2008/3/27 Asad Habib <as...@gmail.com>:

> Type the following at the command prompt:
>
> man chmod
>
>
> - Asad
>
>
>
>
>
>
> On Thu, Mar 27, 2008 at 3:49 AM, youhaodeyi <yo...@gmail.com> wrote:
> >
> >  I didn't find chmod command in org.apache.commons.net.ftp.FTPCommandclass.
> >  How canIuse this command?
> >  --
> >  View this message in context:
> http://www.nabble.com/Does-FTP-support-chmod-command--tp16323323p16323323.html
> >  Sent from the Commons - User mailing list archive at Nabble.com.
> >
> >
> >  ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> >  For additional commands, e-mail: user-help@commons.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>


-- 
Mark Fortner

blog: http://www.jroller.com/phidias

Re: Does FTP support chmod command?

Posted by Asad Habib <as...@gmail.com>.
Type the following at the command prompt:

man chmod


- Asad






On Thu, Mar 27, 2008 at 3:49 AM, youhaodeyi <yo...@gmail.com> wrote:
>
>  I didn't find chmod command in org.apache.commons.net.ftp.FTPCommand class.
>  How canIuse this command?
>  --
>  View this message in context: http://www.nabble.com/Does-FTP-support-chmod-command--tp16323323p16323323.html
>  Sent from the Commons - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>  For additional commands, e-mail: user-help@commons.apache.org
>
>

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