Navigation Menu

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

Transfer between two sftp servers #11042

Closed
cyberduck opened this issue May 4, 2020 · 1 comment
Closed

Transfer between two sftp servers #11042

cyberduck opened this issue May 4, 2020 · 1 comment
Labels
bug fixed sftp SFTP Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

cbdc369 created the issue

Hi,

I have a daily file that I must transfer from one sftp server to other one. There is a way to automate it or copy the file directly from first sftp server to the second one. I want to prevent copy the file from the first sftp server to my local computer and later upload to the second sftp server manually all days.

Thanks for your support.

Carlos.

@cyberduck
Copy link
Collaborator Author

adc75a0 commented

Hi Carlos,

Unfortunately, it isn't possible to move or copy files between folders or servers without downloading and uploading them.

You can open two Cyberduck browser windows side by side and drag and drop the desired files from one browser window to the other browser window. Cyberduck will download and upload the files within the transfer process.

If you move files between folders of the same server Cyberduck will move the files completely. If you move files between two different servers Cyberduck will copy the files into the new location and the files will remain in the old location as Cyberduck can't perform automated destructive operations.

You can try to automate the transfer process by using Cyberduck CLI.

– Laura

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

1 participant