I have been tasked with trying to find a solution for SSH FTP in Uniface. Can this be done and if so, what is the syntax for it?
Thanks for any suggestions.
M Weaver
Hi,
As you already know there's no native support in Uniface for Secure FTP. What I did for our company was to build a .NET Class component that will contain functionality to send and receive files through secure FTP. Then I exposed this component through COM which Uniface supports.
If you are willing to go this path, this is the Company Website that provides .NET components that support Secure FTP.
I have been tasked with trying to find a solution for SSH FTP in Uniface. Can this be done and if so, what is the syntax for it?
Thanks for any suggestions.
M Weaver
I tried to construct an FTP component with UHTTP last year but could not get it to work. If I remember correctly the problem was the protocol. (ftp:// instead of http://) If somebody has a (semi-)working example I would be very interested.
What would need to be done to this code so that it would be SFTP? I know there is some configuration that needs to be done to the server for authentication purposes but not sure about the code.