Forum Discussion
Anonymous
2 years agoNot applicable
Data Copy to SFTP Destination Failing
Hello everyone, I'm currently working on a project that requires sending a CSV file to an external SFTP server. I'm exploring different methods to accomplish this task, and I've decided to try u...
- Anonymous2 years ago
Hi Anonymous ,
Thanks for using Fabric Community.
I tried to repro your scenario -
Can you please check this format?eu-central-1.sftpcloud.io:22
Hope this is helpful. Please let me know incase of further queries.
Anonymous
2 years agoNot applicable
Hi Anonymous ,
Thanks for using Fabric Community.
I tried to repro your scenario -
Can you please check this format?
eu-central-1.sftpcloud.io:22
Hope this is helpful. Please let me know incase of further queries.
ToddChitt
11 months agoSuper User
What is the proper format for specifying a non-default port?
<serve rname>:<port number>
or
<serve rname>(:<port number>)
The latter seems to be what Fabric recommends when creating the connection:
But the former is how you suggest here.
I can't get ANY flavor to work in Fabric.
Any additional nuggets of wisdom?
Thanks