This commit is contained in:
2024-03-04 14:34:25 +09:00
parent 209ba8345f
commit 33ffaef63d
23 changed files with 728 additions and 860 deletions

View File

@@ -34,7 +34,7 @@ def _bi_sftp_upload():
remotepath = "/home/agics-dev/kepri_storage/rndpartners/" + os.sep + "remote" + '.jpg'
#sftp.put(LOCAL_PATH, remotepath)
sftp.put(LOCAL_PATH, remotepath)
sftp.close()
transprot.close()