Method | Description | |
---|---|---|
sendFile ( String fName, String &errMsg ) : bool |
Uses WinSCP to send the specified file.
|
Method | Description | |
---|---|---|
generateWinSCPSendFileScript ( ) : void |
Generates the script that WinSCP will run in order for it to send the file. The script will change depending on the FTPMode
|
public sendFile ( String fName, String &errMsg ) : bool | ||
fName | String | The filename of the file to send. |
errMsg | String | Whatever error message the program returns. |
return | bool |