Use trac.cyberduck.ch for bug reports and feature requests
Use trac.cyberduck.ch for bug reports and feature requests
There is now a project management software for bug reports and feature requests. You can open new tickets at http://trac.cyberduck.ch/newticket.
Re: Use trac.cyberduck.ch for bug reports and feature reques
dkocher wrote:There is now a project management software for bug reports and feature requests. You can open new tickets at http://trac.cyberduck.ch/newticket.
Tried going there via your link. It gives me an error. I am not a programmer so I am unsure of what or where to sign up. Sorry.
Posted troubles from latest upgrade in your cyberduck forum.
Thank you!

Re: Use trac.cyberduck.ch for bug reports and feature reques
You need to register for an account at the top, and then login.nprodan wrote:dkocher wrote:There is now a project management software for bug reports and feature requests. You can open new tickets at http://trac.cyberduck.ch/newticket.
Tried going there via your link. It gives me an error. I am not a programmer so I am unsure of what or where to sign up. Sorry.
Posted troubles from latest upgrade in your cyberduck forum.
Thank you!
Use trac.cyberduck.ch for bug reports and feature requests
I just tried to do this but when I came to log in it keeps saying Invalid password or name? I registered then I tried to log in. Perhaps it takes time?
dorayme
cannot login to trac system
I tried to login to the trac system and I get
"Invalid username or password"
I have no problem logging on to this forum.
"Invalid username or password"
I have no problem logging on to this forum.
cannot login to trac system
I tried to login to the trac system and I get
"Invalid username or password"
I have no problem logging on to this forum.
"Invalid username or password"
I have no problem logging on to this forum.
Anybody reading this?
The trac system doesn't seem to work.
There are several persons experiencing CyberDuck problem. It hangs during sync. First problem reported 5 days ago.
Please see http://forums.cocoaforge.com/viewtopic. ... 3032#83032
There are several persons experiencing CyberDuck problem. It hangs during sync. First problem reported 5 days ago.
Please see http://forums.cocoaforge.com/viewtopic. ... 3032#83032
Trac and Sync still not working
Tried to create a Trac ticket for this - it's still crashing out on sync.
Registered and logged in trac ok, but Trac error on submitting new ticket is:
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 127, in process_request
self._do_create(req, db)
File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 188, in _do_create
self._validate_ticket(req, ticket)
File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 66, in _validate_ticket
for field, message in manipulator.validate_ticket(req, ticket):
File "build/bdist.freebsd-5.4-RELEASE-p14-i386/egg/tracspamfilter/adapters.py", line 39, in validate_ticket
KeyError: 'reporter'
Original Sync error gives system log message:
2007-01-11 10:17:16.175 Cyberduck[10485] jobjc_mapObjects() collision, objc object 31b5a0 of type (NSPlaceholderArray) being entered for Java object of class (com/apple/cocoa/foundation/NSArray) in entry 1207b710
2007-01-11 10:17:16.176 Cyberduck[10485] existing java object's class is (com/apple/cocoa/foundation/NSArray)
2007-01-11 10:17:16.176 Cyberduck[10485] no corresponding java entry! (did it get collected?)
ObjCJava FATAL:
jobjc_mapObjects(): mapping inconsistency -- hashtable entries are not identical
ObjCJava Exit
Hope this helps someone to nail to source
Registered and logged in trac ok, but Trac error on submitting new ticket is:
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 127, in process_request
self._do_create(req, db)
File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 188, in _do_create
self._validate_ticket(req, ticket)
File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 66, in _validate_ticket
for field, message in manipulator.validate_ticket(req, ticket):
File "build/bdist.freebsd-5.4-RELEASE-p14-i386/egg/tracspamfilter/adapters.py", line 39, in validate_ticket
KeyError: 'reporter'
Original Sync error gives system log message:
2007-01-11 10:17:16.175 Cyberduck[10485] jobjc_mapObjects() collision, objc object 31b5a0 of type (NSPlaceholderArray) being entered for Java object of class (com/apple/cocoa/foundation/NSArray) in entry 1207b710
2007-01-11 10:17:16.176 Cyberduck[10485] existing java object's class is (com/apple/cocoa/foundation/NSArray)
2007-01-11 10:17:16.176 Cyberduck[10485] no corresponding java entry! (did it get collected?)
ObjCJava FATAL:
jobjc_mapObjects(): mapping inconsistency -- hashtable entries are not identical
ObjCJava Exit
Hope this helps someone to nail to source
-
- Harmless
- Posts: 2
- Joined: Thu Feb 26, 2009 1:56 am
filename change during transfer rule possible?
Would it be possible to add a feature that lets you alter the filename/extension of a file of a certain type to appease the fickle nature of some FTP servers? I have an application that generates a file filename.param that stores the parameters of the folder. It is not really necessary to put this on the server but it is a pain to remove this from many folders. I'd like to be able to have cyberduck either know that it should never attempt to transfer any file with the extension .param or to change the extension to something the server doesn't object to, like .txt or something like that. It would be great if there was a way to write some simple rules or filters, perhaps something that could be set up in the preferences.
Re: filename change during transfer rule possible?
See Preferences → Transfers → Advanced for regular expressions to skip files.cybergoose wrote:Would it be possible to add a feature that lets you alter the filename/extension of a file of a certain type to appease the fickle nature of some FTP servers? I have an application that generates a file filename.param that stores the parameters of the folder. It is not really necessary to put this on the server but it is a pain to remove this from many folders. I'd like to be able to have cyberduck either know that it should never attempt to transfer any file with the extension .param or to change the extension to something the server doesn't object to, like .txt or something like that. It would be great if there was a way to write some simple rules or filters, perhaps something that could be set up in the preferences.
- Arielluria
- Harmless
- Posts: 1
- Joined: Tue Aug 04, 2009 8:58 pm
- Contact:
Re: Use trac.cyberduck.ch for bug reports and feature requests
I just downloaded Cyberduck but it downloaded in Hebrew, not English. How can I change that? Seeing as I can't read the dropdown menus I can't quite figure it out
Tried Preferences.

Re: Use trac.cyberduck.ch for bug reports and feature requests
I'm not able to create a new ticket because Askimet thinks it is spam. Therefore, I'm posting it here.
When creating a new bookmark, you have to open a connection first. This is fine if you know that, because creating a bookmark directly from the history would also be nice.
However, after having connected to a server, I can't create a bookmark. Instead, I have to open the bookmarks collection first. Then, the "Add bookmark" entry becomes active.
(Version 3.3b)
When creating a new bookmark, you have to open a connection first. This is fine if you know that, because creating a bookmark directly from the history would also be nice.
However, after having connected to a server, I can't create a bookmark. Instead, I have to open the bookmarks collection first. Then, the "Add bookmark" entry becomes active.
(Version 3.3b)