Custom Query (8142 matches)
Results (169 - 171 of 8142)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#996 | Resume bug with 2.2.17a | |||
Description |
Sometimes Filezilla RESUMES the file instead of replacing it. I was hard to find WHY. Some files have become huge, since everytime filezilla was adding (resuming) again and again. But i found it. One of the files was an access db, named "DUgallery.mdb". It seems that the two first capital letters were confusing Filezilla. When renamed to lower letters, everything seems ok. But it is hard to check each and every filename .... Please take a look at it ! Thanks ! |
|||
#997 | uploading coldfusion encrypted files | |||
Description |
Filezilla's "Transfer Type" setting is set to Auto, yet when i upload a coldfusion file (.cfm) which is encrypted it uploads it as the wrong type so the website falls over. This doesnt happen on some old FTP software i have (Leech) Would be good if this was fixed on the next release? Matt |
|||
#998 | Setting advanced file attributes | |||
Description |
When setting remote file attributes via the GUI, the client changes the permission set. E.g. when setting the set-group-ID-on-execution bit, I enter "2777" in the mask of "Change file attributes" ("Dateiattribute ändern" in the german version). When applied, the client sends following FTP commands: Befehl: SITE CHMOD 50777 /public_html/tmp Antwort: 200 SITE CHMOD command successful Which is just plain wrong: It should execute "SITE CHMOD 2777 /public_html/tmp" instead. For details on the group-ID-on execution bit, see the man pages for chmod. |