How to connect to SFTP server

Hi all,
i need to perform below tasks using code stage (C# code ).

1.connect to sftp server
2.upload & download files into sftp server.

can any one help me on this.

Thanks ,
P. Gopi
 

sivagelli

Well-Known Member
As an alternative you can rely on a script - Shell or Batch and call the script using 'Start Process' action from Environment VBO.
 
Top