.NET Scriptable FTP Client

Controller.FTPCommandController Method 

[This is preliminary documentation and subject to change.]

Method used to seperate Controller and FTPClient library. Also handles FTP Specific error and success actions if turned on

private void FTPCommandController(
   string ftpCommand,
   string operation
);

Parameters

ftpCommand
FTP Command
operation
FTP Operation

See Also

Controller Class | FTPController Namespace