06-09-2008 09:40 AM
06-09-2008 12:15 PM
ping 168.122.21.48telnet 168.122.21.48 4410006-09-2008 12:33 PM
06-10-2008 08:45 PM
06-17-2008 05:53 AM
07-08-2008 06:08 AM
07-08-2008 09:07 PM
07-09-2008 04:37 AM
07-10-2008 07:34 AM
public DeploymentReport deployDifferenceFS(int version, String srcPath, String hostName, int port, String userName, String password, String target, NameMatcher matcher, boolean createDst, boolean dontDelete, boolean dontDo, DeploymentCallback callback)
public DeploymentReport deployDifferenceFS(int version, String srcPath, String hostName, int port, String userName, String password, String target, NameMatcher matcher, boolean createDst, boolean dontDelete, boolean dontDo, DeploymentCallback callback)
{
int i = -1;
i = hostName.indexOf(":");
if (i != -1) {
hostName = hostName.substring(0, i);
}
DeploymentReport report = new DeploymentReport();
09-10-2008 07:28 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.