cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Need to create sftp path

Pakhi
New Contributor III

Hi Guys,

I have to load a file into sftp location. I got hostname,portname,username and password.
I can see the directories in winscp. But i have to access it through snaplogic.

I created binary>Basic Auth sftp account with username nd password.
I dont know the whole sftp path so i am not able to access it through snaplogic.
Can you guys help me in this? what will be the sftp path?

suppose hostname : sftp.abc.net
port name : 44
username :abc
directory : /ar/um/

Can we create sftp path ?

2 REPLIES 2

marjan_karafilo
Contributor

Hi @Pakhi ,

Your sftp connection would be sftp://abc.net:44/ar/um/filename

You can see more details in File Writer snap

Donโ€™t forget to choose the account in the Account tab.

BR,
Marjan

Supratim
Contributor III

@Pakhi Before trying to connect via SnapLogic, use some other tool like winscp to connect that sftp server. Usually sftp port is 22, double check with provider. If that works follow what Marjan mention.