Rev 32337 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
package com.spice.profitmandi.service.SshServer;
public interface SSHService {
void executeCommand(String ipAddress, int port, String username, String password, String commandToExec);
}