I am trying to execute a python script to move a file from a source to destination folder by adding timestamp using shutil and OS modules . I can execute the script fine when i use source and path files within same server. Seems like shutil function doesn't work to move/copy files when source/dest paths are from a SFTP server.
My requirement is to perform file movement on a SFTP server by executing script on a remote server. Can this be achieved using Paramiko ?