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