|
Hello, Do you have a suggestion, how can i use rebex to achieve this. We have a one server (Say x ) through which we can access other servers (a,b,c). How can I run a command on server a , and ftp its contents to my machine using rebex dll regards |
|
You can use Rebex FTP or Rebex Telnet together with Rebex.Net.Ssh.dll (part of Rebex SFTP or Rebex Secure Shell) to achieve this. To connect to an FTP or telnet server through an SSH server, use this code:
(If you prefer VB.NET, please let us know!) Other Rebex components (SFTP, IMAP, POP3, SMTP) can also connect over an SSH session in the same way. |