Are you trying to move the file? if so, you can do this using the rename command to move the file, since for copying, I think you still need to do get, send from the local remote path.
how for the move command there should be something like this
rename / oldpath / file2move.txt / newpath / file2move.txt
Basically just rename the path to the file that is opposite the file you want to move.
source share