Subversion Repositories SmartDukaan

Rev

Rev 8616 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8616 Rev 8631
Line 11... Line 11...
11
import org.apache.log4j.Logger;
11
import org.apache.log4j.Logger;
12
 
12
 
13
 
13
 
14
public class ScpService {
14
public class ScpService {
15
	
15
	
16
	private static Logger log = Logger.getLogger(Class.class);
-
 
17
	public List<String> ips;
16
	public List<String> ips;
18
	public String keyFile;
17
	public String keyFile;
19
 
18
 
20
    public void scpFile( String remoteFilePath, String localFilePath ){
19
    public void scpFile( String remoteFilePath, String localFilePath ){
21
    	
20