connecting to localhost and changing file permissions

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
keyaspects
500 Command not understood
Posts: 2
Joined: 2011-06-12 17:51
First name: J
Last name: West

connecting to localhost and changing file permissions

#1 Post by keyaspects » 2011-06-12 18:00

Hi,

I'm trying to change the file permission of file. (to be specific, it's the numbers for a .htaccess file.)

I can do this when I connect to a Remote Site. (right hand box/window in filezilla)

My problem is, the file I wish to change is on my local computer.(which currently appears in the left hand box/window) Local Site:

How do I connect to my local computer so that is appears as a Remote Site - is that actually possible.

i.e. what info.

I have tried the following but get an error:
host: 'localhost'
port: 'left is blank'
protocol: ftp
encryption: plain ftp
logon type: normal
user: 'mysql user name'
password: 'mysql password'


Any help would be appreciated, thanks.

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

Re: connecting to localhost and changing file permissions

#2 Post by boco » 2011-06-12 22:51

How do I connect to my local computer so that is appears as a Remote Site - is that actually possible.
Only by running an FTP or SFTP server on your machine. Depending on your OS, the following is true:

Windows: Windows does not support UNIX-like permissions (CHMOD) at all.

UNIX-like OS: While you theoretically could CHMOD through the FTP server (if it even supports it), you're far better off simply using a shell like bash to issue the CHMOD command.


Also note that FTP has NOTHING AT ALL to do with MySQL. MySQL is something completely different.
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

abcclas.com
500 Command not understood
Posts: 1
Joined: 2011-06-13 08:39
First name: hector
Last name: guerra

Re: connecting to localhost and changing file permissions

#3 Post by abcclas.com » 2011-06-13 09:12

keyaspects wrote:Hi,

I'm trying to change the file permission of file. (to be specific, it's the numbers for a .htaccess file.)

I can do this when I connect to a Remote Site. (right hand box/window in filezilla)

My problem is, the file I wish to change is on my local computer.(which currently appears in the left hand box/window) Local Site:

How do I connect to my local computer so that is appears as a Remote Site - is that actually possible.

i.e. what info.

I have tried the following but get an error:
host: 'localhost'
port: 'left is blank'
protocol: ftp
encryption: plain ftp
logon type: normal
user: 'mysql user name'
password: 'mysql password'


Any help would be appreciated, thanks.
review that:

http://support.microsoft.com/kb/308419/en-us

keyaspects
500 Command not understood
Posts: 2
Joined: 2011-06-12 17:51
First name: J
Last name: West

Re: connecting to localhost and changing file permissions

#4 Post by keyaspects » 2011-06-13 10:52

Thanks guys, I should have really mentioned I'm on a Mac. (Snow Leopard) OS X 10.6 :|

So, apart from filezilla - is than another way I can change the file permissions (changing the numbers - not just read and write via getinfo on a mac)

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

Re: connecting to localhost and changing file permissions

#5 Post by boco » 2011-06-14 01:10

MacOS is a UNIX-like OS. Doesn't it know the CHMOD command at the command line?
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