Subversion Repositories SmartDukaan

Rev

Rev 32337 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
32336 jai.hind 1
package com.spice.profitmandi.service.SshServer;
2
 
3
public interface SSHService {
32408 amit.gupta 4
    void executeCommand(String ipAddress, int port, String username, String password, String commandToExec);
32336 jai.hind 5
}