Hard to navigate forums without sections
Moderators: Hacker, petermad, Stefan2, white
Hard to navigate forums without sections
Hey there, to whome it may concern:
consider seperating the forum into categories, such as:
Bugs/Suggestions
FTP
Plugins
General Discussion about TC
etc, etc. with everything thrown together under one category it makes browsing for a new comer very difficult, and also someone who is trying to search for anything in particular that may not appear by keyword search..
Here is a question:
can TC support file attribution changes in ftp? IE: on a *nix system changing 755 to 644 or similar? How can I do this?
Thanks.
consider seperating the forum into categories, such as:
Bugs/Suggestions
FTP
Plugins
General Discussion about TC
etc, etc. with everything thrown together under one category it makes browsing for a new comer very difficult, and also someone who is trying to search for anything in particular that may not appear by keyword search..
Here is a question:
can TC support file attribution changes in ftp? IE: on a *nix system changing 755 to 644 or similar? How can I do this?
Thanks.
Commander Registration #49478
_________________________________
_________________________________
Thanks Lefteous, but that does not work.
I get the error:
"Cannot change attributes of remote files!"
and in the ftp log this appears:
SITE chmod 755 "filename.ext"
550 No such file or directory.
so it is sending the command but perhaps the ftpd is not capable of receiving such commands?
I get the error:
"Cannot change attributes of remote files!"
and in the ftp log this appears:
SITE chmod 755 "filename.ext"
550 No such file or directory.
so it is sending the command but perhaps the ftpd is not capable of receiving such commands?
Commander Registration #49478
_________________________________
_________________________________
I emailed the system owner to find out if the commands are supported nder that ftpd, they may be switched off in the configuration file (NcFTPD).
Also, I found something strange: I logged in SSH and changed the attributes there, then went back to TC and did a refresh on that directory and the old attributes are showing up. Even when doing an 'alt+shift+enter" to view raw directory data. Why is this happening?
Also, I found something strange: I logged in SSH and changed the attributes there, then went back to TC and did a refresh on that directory and the old attributes are showing up. Even when doing an 'alt+shift+enter" to view raw directory data. Why is this happening?
Commander Registration #49478
_________________________________
_________________________________
- ghisler(Author)
- Site Admin
- Posts: 50479
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
You need to press F2 or Ctrl+R to refresh the listing, Total Commander caches it for faster browsing.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Maybe that file was written (or uploaded) by a script and therefore ist owned by the script? In that case you would not be able to chance anything via ftp.
In that case you could just have your script change attributes - something like "chmod ($filename, 0777);" in PHP (that would make it writeable for everyone of course...)
In that case you could just have your script change attributes - something like "chmod ($filename, 0777);" in PHP (that would make it writeable for everyone of course...)
Tanstaafl
Old post, but just wanted to write back in and say that the problem was due to the filename. It was server side, as they did not accept spaces between anything. Normally I do not not put spaces in anything as I select all and CTRL+T to rename them all in a proper fashion, but in this instance I simply uploaded without renaming first.
The site does have an upload script and I prefer not to use it, after I upload via ftp I use the scripts other funciton which is batch processing. It is a nice script and our programmer made it with a umask of 022.
The site does have an upload script and I prefer not to use it, after I upload via ftp I use the scripts other funciton which is batch processing. It is a nice script and our programmer made it with a umask of 022.
Commander Registration #49478
_________________________________
_________________________________
- AlleyKat
- Senior Member
- Posts: 203
- Joined: 2003-06-15, 10:51 UTC
- Location: for personal info, see wiki
- Contact:
(might be taking up an old thread that noone is interested in anyway, but was this mentioned as a possibility?)
I haven't come across an FTP yet which didn't just accept me writing
[face=courier]chmod xxx filename.ext[/face]
in the TC commandline (with xxx being rights, t.ex. 777). Same goes for folders.
I haven't come across an FTP yet which didn't just accept me writing
[face=courier]chmod xxx filename.ext[/face]
in the TC commandline (with xxx being rights, t.ex. 777). Same goes for folders.
Translate your favorite Mozilla Extension ~ Your Language Is Important Too.
#tcmd on irc.freenode.net - the place to idle
#tcmd on irc.freenode.net - the place to idle