Cant regoznize how lock files on sftp server with paramiko

后端 未结 0 1279
予麋鹿
予麋鹿 2020-12-07 14:59

I do io operations under csv file on ftp server in celery task. Somethink like that:

with sftp_client.open(sftp_file_path, mode=\'r+\') as sftp_file:
    # mu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题