public class aFile2Copy extends Object
FileCopier class.| Modifier and Type | Field and Description |
|---|---|
String |
dsthost
Name of the destination host
|
String |
dstpath
Requested path of the file at the destination host
|
String |
dstuser
Name of the destination user.
|
String |
filename
File name
|
String |
srcpath
Path of the file at this server
|
String |
sshpath
Path to ssh command
|
| Constructor and Description |
|---|
aFile2Copy(String dstuser,
String dsthost,
String dstpath,
String srcpath,
String filename,
String sshpath)
Constructor for the File2Copy object
|
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode()
Returns a hashcode based on the orifinal file source path.
|
public String dstuser
public String dsthost
public String dstpath
public String srcpath
public String filename
public String sshpath
public aFile2Copy(String dstuser, String dsthost, String dstpath, String srcpath, String filename, String sshpath)
dstuser - User name needed to log on at the destination hostdsthost - Name of the destination hostdstpath - Requested path of the file at the destination hostsrcpath - Path of the file at this serverfilename - File namesshpath - Path to ssh commandMMBase 1.9-SNAPSHOT - ${javadoctimestamp}