Opened 14 years ago
Last modified 13 years ago
#6488 new Feature request
Copy full filename in local queue pane to clipboard
Reported by: | The BuckWheat | Owned by: | |
---|---|---|---|
Priority: | high | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | ||
Operating system version: |
Description
Wow! What a list of feature requests. Well this one is certainly not life and death!
It would be a nice feature to add 'Copy Filename to Clipboard' to the right-click popup menu for files in the processing queue.
Note:
See TracTickets
for help on using tickets.
I need this for the Failed queue.
I'm in this situation: I have ~30000 files from wich ~29800 can be transfered with filezilla, the ~200 rest can't be copied because of some problem with filename charset with special chars.
I'm not able to search each file manually, because they have complex particular names.
I know that this is not filezilla's fault, but filezilla should let the user copy the entire "failed transfers" queue, then the user could try another (bad/non standard compilant) software (but good for this use case) to transfer the untransfered files.
I think this as a major issue, almost a bug (obviously is a feature ;) ).
I love filezilla, but this time i'm just angry (just kidding)
I think the solution would be just copy in the clipboard a list with the name of the input and output file separated by a tab and each transfer with the client OS return carriage (\n, \r, or \n\r) like this:
(the \t and \n are special chars that should never be in a filename)
<source filename>\t<output filename>\n
<source filename2>\t<output filename2>\n