You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using patchwork 1.0.1 with python 3.10.12 and Fabric 2.7.1.
I want to check if a file exists on a pure SFTP server (no SSH). This fails because files.exists uses test-e to check wether the file exists. This command is not available on pure sftp via openssh.
The text was updated successfully, but these errors were encountered:
Hello,
I'm using patchwork 1.0.1 with python 3.10.12 and Fabric 2.7.1.
I want to check if a file exists on a pure SFTP server (no SSH). This fails because files.exists uses test-e to check wether the file exists. This command is not available on pure sftp via openssh.
The text was updated successfully, but these errors were encountered: