Skip to main content



      Home
Home » Eclipse Projects » DSDP - Target Management » RSE set host port number programmatically(RSE set host port number programmatically)
RSE set host port number programmatically [message #1115705] Tue, 24 September 2013 09:03
Eclipse UserFriend
I am creating connection and need to set host port programmaticaly because it is 22 by default. Do anybody know how to do this?
...
ISystemRegistry systemRegistry = RSECorePlugin.getTheSystemRegistry();
ISystemProfile profile =
systemRegistry.getSystemProfileManager().getDefaultPrivateSystemProfile();
String profileName = profile.getName();
String hostAlias = "myhost";
String hostname = "myhost";
String userId = "myid";

IRSESystemType systemType =
RSECorePlugin.getTheCoreRegistry().getSystemTypeById(IRSESystemType.SYSTEMTYPE_SSH_ONLY_ID);
IHost host = systemRegistry.createHost(profileName, systemType, hostAlias,
hostname, null, userId, IRSEUserIdConstants.USERID_LOCATION_HOST, null);
...

Thanks in advance

Previous Topic:How can I disable SFTP?
Next Topic:FTP LIST -a command
Goto Forum:
  


Current Time: Sat Jul 05 02:42:05 EDT 2025

Powered by FUDForum. Page generated in 0.24734 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top