SFTP Destination #36306
Unanswered
ToniRegidor
asked this question in
Connector Questions
SFTP Destination
#36306
Replies: 1 comment
-
same issue here. Any plans on supporting keypair for sftp destination? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have started with the cloud free-trial to test it, and I'm trying to transfer files from one SFTP into another SFTP.
I was able to configure the source with no problem and it seems to connect, but when trying to set the destination, first I don't find just an SFTP destination, all I can find is SFTP-JSON, not ideal, but enought to test; but when I set all of the data to make the connection (host, username, password, destination path and port) I get the following error:
An exception occurred: failure: remove The process cannot access the file because it is being used by another process.. Stacktrace: Traceback (most recent call last): File "/airbyte/integration_code/destination_sftp_json/destination.py", line 76, in check writer.delete(stream)
This destination SFTP it's in my local machine, and none else it's accessing it, and inside the folder I find a .jsonl file, I guess that's the file gives an error of deletion.
My question is, it's there a way that I can just transfer files from one SFTP to another SFTP using airbyte?
Beta Was this translation helpful? Give feedback.
All reactions