Paramiko put method throws “[Errno 2] File not found” if SFTP server has trigger to automatically move file upon upload
问题 I'm calling the Paramiko sftp_client.put(locapath,remotepath) method This is throwing the [Errno 2] File not found error below. 01/07/2020 01:12:03 PM - ERROR - [Errno 2] File not found Traceback (most recent call last): File "file_transfer\TransferFiles.py", line 123, in main File "paramiko\sftp_client.py", line 727, in put File "paramiko\sftp_client.py", line 689, in putfo File "paramiko\sftp_client.py", line 460, in stat File "paramiko\sftp_client.py", line 780, in _request File "paramiko