How to send and recieve a text file using Secure FTP in AX 2009...?

Hi

I need to send and receive a text file from AX 2009 using Secure FTP, if anybody worked on this requirement.

Please let me know how we can do this in AX 2009.

Thanks in advance

What exactly you mean by Secure FTP? SFTP, FTPS or something else?

Hi Martin,

Secure FTP mean SFTP.

Now we are using FTP to send and receive files, but we are migrating from FTP to SFTP.

Thank you…!

I would use SftpClient from SSH.NET Library via .NET Interop.

HI,

Can anyone provide the example demonstrating the same.