Subversion Repositories SmartDukaan

Rev

Rev 32337 | Go to most recent revision | Details | 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 {
4
    void RestartServer(String ipAddress, int port, String username, String password, String remoteDirectoryPath, String command);
5
}