S
Steven Blair
I have a requirement to download files using SFTP SSH.
Could anyone suggest any libraries / techniques for doing this
(preferebly from a Client that could support filenames that change each
day / schedules etc or directly interface from C#.
Up until now we have been using Putty, but the error codes / messages
that get returned is not very meaningful.
I have tried hooking into the CutrFTP COM API, but this appears to not
offer SSH support (so I can only use Username and Password).
Any help on this would be appreciated.
In short, what I need to do is:
1. Connect to a SFTP site using a private key
2. Download a filename that has todays date as part of the name.
Thanks in advance,
Steven
Could anyone suggest any libraries / techniques for doing this
(preferebly from a Client that could support filenames that change each
day / schedules etc or directly interface from C#.
Up until now we have been using Putty, but the error codes / messages
that get returned is not very meaningful.
I have tried hooking into the CutrFTP COM API, but this appears to not
offer SSH support (so I can only use Username and Password).
Any help on this would be appreciated.
In short, what I need to do is:
1. Connect to a SFTP site using a private key
2. Download a filename that has todays date as part of the name.
Thanks in advance,
Steven