Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error when uploading an existing directory #471

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ssvine
Copy link
Contributor

@ssvine ssvine commented May 8, 2024

This pull request fixes #417 and fixes #470.

An error message is displayed in SFTP session when uploading an already existing directory to the remote: Error code 4 (Error creating folder).

This PR reverts commit 1ed9b3 in favour of commit 2d9d9d. The latter one resolves all the issues.

Revert commit 1ed9b3 in favour of commit 2d9d9d.
The latter one actually resolves both issues.
Copy link

sonarcloud bot commented May 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Uploading folder to already existing one fails Logic of copy operation
1 participant