Hard to navigate forums without sections

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
outspoken
Junior Member
Junior Member
Posts: 15
Joined: 2003-03-12, 07:14 UTC
Location: Florida, USA
Contact:

Hard to navigate forums without sections

Post by *outspoken »

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.
Commander Registration #49478
_________________________________
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2outspoken

what about making a poll about seperating the forum into categories?

file attribute change in ftp
menu Files/Change attributes
outspoken
Junior Member
Junior Member
Posts: 15
Joined: 2003-03-12, 07:14 UTC
Location: Florida, USA
Contact:

Post by *outspoken »

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?
Commander Registration #49478
_________________________________
outspoken
Junior Member
Junior Member
Posts: 15
Joined: 2003-03-12, 07:14 UTC
Location: Florida, USA
Contact:

Post by *outspoken »

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?
Commander Registration #49478
_________________________________
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48079
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

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
User avatar
havanna
Member
Member
Posts: 163
Joined: 2003-02-27, 08:06 UTC
Location: Baden/Württemberg

Post by *havanna »

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...)
Tanstaafl
outspoken
Junior Member
Junior Member
Posts: 15
Joined: 2003-03-12, 07:14 UTC
Location: Florida, USA
Contact:

Post by *outspoken »

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.
Commander Registration #49478
_________________________________
User avatar
AlleyKat
Senior Member
Senior Member
Posts: 203
Joined: 2003-06-15, 10:51 UTC
Location: for personal info, see wiki
Contact:

Post by *AlleyKat »

(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.
Translate your favorite Mozilla Extension ~ Your Language Is Important Too.
#tcmd on irc.freenode.net - the place to idle
Post Reply