chmod

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
hvanleeuwen
500 Command not understood
Posts: 2
Joined: 2008-02-16 23:51
First name: Hans
Last name: van Leeuwen
Location: Netherlands

chmod

#1 Post by hvanleeuwen » 2008-02-17 00:08

I could be wrong but did the latest update (3.0.7) break the chmod option? at least it doesnt work for iis, and i thought it did in the previous version ??

Sorry to post this here but i got a blanc page instead of the bug tracker page.

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: chmod

#2 Post by boco » 2008-02-17 01:45

If by 'IIS' you mean the Windows thing, I'm almost certain that Windows servers don't support CHMOD (it's a *NIX command) or only very limited.

Look at the logs: What's the server's response to the SITE CHMOD command?
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

hvanleeuwen
500 Command not understood
Posts: 2
Joined: 2008-02-16 23:51
First name: Hans
Last name: van Leeuwen
Location: Netherlands

Re: chmod

#3 Post by hvanleeuwen » 2008-02-17 12:25

yep I do indeed mean the windows thing :) I work mostly with nix servers but also cater some IIS servers, both of course have filepermission options. IIS has something equal to nix and I thought Filezilla supported both.

After updating to 3.0.7. I noticed I couldn't change filepermissions on an IIS server so I wondered if I remembered wrong or that the new 3.0.7 doesnt support IIS 'chmod' anymore.

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: chmod

#4 Post by boco » 2008-02-17 13:48

boco wrote:What's the server's response to the SITE CHMOD command?
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

morales2k
500 Command not understood
Posts: 1
Joined: 2014-08-25 16:11
First name: Jorge
Last name: Morales

Re: chmod

#5 Post by morales2k » 2014-08-25 16:16

I am having this issue as well.

To answer your question, this is how the log looks like for the CHMOD command...

Code: Select all

SITE CHMOD 777 deals
Response:	550 CHMOD 777 deals: Operation not permitted
I will attempt another ftp client to see if in fact, it is a problem with the client or if it is something in the server.... but I am thinking (after reading this thread) that there may be an issue with filezilla...

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: chmod

#6 Post by boco » 2014-08-26 04:02

In your case, the server simply does not allow setting permissions. This is either prohibited as a whole, or just partially (namely self-elevation of rights*).

*777 means fully readable/writable by all, including public. You might not be allowed to set such an insecure access level.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply