Virtual FXP support for Servers that do not support it :-)

My server does not support FXP (e.g. moving files on the server). However, my other FTP program supports "virtual transfers" in this case. I think that it uses my own hard drive as a virtual folder.

Thus, when I move a file on the server from one directory to another, the FTP program does the following:
1. It moves the file(s) from the server to a virtual location on my hard drive.
2. It moves the file(s) from my hard drive to the server.

This is transparent to the user, it appears that the files are moved on the server.

Any way of implementing this in SmartFTP as well? Ideally, the user should be able to drag-and-drop from one directory to another in the same server window, w/o having to open 2 connections to the same server (this is how my current FTP program works).

I think that on-site transfer (in only in a virtual way) would be a nice addition. Even if this is not an everyday problem for me.