Subversion Repositories SmartDukaan

Rev

Rev 32337 | Go to most recent revision | Blame | 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);
}