Community
Participate
Working Groups
Drag a remote file in the tree view and drop it to a different folder in the same remote devices should move the file to the destiantion folder. At the moment this operation is not possible, and a "Drag and Drop Operation" with a "Copying..." message appears as well as an error message box "RSEG1204E" with the message "Archive Management is not supported by the current File subsystem's configuration" The internal "move" opertation typically could be performed through a FTP RNFR and RNTO commands.
We should be able to do this with the new FTP support on Jakarta commons.net.
Assigning to Javier since he agreed to do the Commons Net integration
Fixed in RC2
Not yet in RC2, but fixed in RC3. Changed Target Milestone.
Does this require any special support on the FTP server? What happens if the FTP server does not support this?
It has been fixed in RC2 as a consecuence of other fixes in d&d.
Cool, thanks. Re-setting target milestone RC2. Does this require any special support on the FTP server? What happens if the FTP server does not support this?
(In reply to comment #7) > Does this require any special support on the FTP server? No, the move is done by renaming the file, using standard FTP commands. > What happens if the FTP server does not support this? It's part of the standard, all FTP servers should support the RNFR and RNTO commands. If the move is not possible -no write permission- the move() method of FTPService would fail.
[target cleanup] 1.0 RC2 was the original target milestone for this bug