Opened 19 years ago

Last modified 17 years ago

#2218 closed Feature request

moving files on the same ftp server

Reported by: gualano Owned by:
Priority: normal Component: Other
Keywords: Cc: gualano, Eirik, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

You should have the ability to move files from a
directory to another directory of the same FTP server.

This can be done with the FTP commands RNFR/RNTO.
For example:
RNFR /myhome/olddir/myfile.zip
RNTO /another/directory/myfile.zip

The GUI should allow you to select some files from the
remote file panel and chose a "Move to..." option (say
from the right-click menu).
After entering the destination directory, Filezilla
should issue a sequence of RNFR/RNTO commands for each
selected file.

Thank you.

Change History (2)

comment:1 by Eirik, 19 years ago

Open up the remote directory tree and drag'n'drop as much as
you like. I'm probably wrong but I can even remember using
CTRL+C and CTRL+V.. Can't test that now but you'll figure it
out.

comment:2 by Tim Kosse, 17 years ago

Possible using drag & drop

Note: See TracTickets for help on using tickets.