C# Класс PBAccelerator.FTPHandler

Contains information that allows the user to send a file via FTP. @Author = Ndubisi Onuora
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
sendFile ( String fName, String &errMsg ) : bool

Uses WinSCP to send the specified file.

Приватные методы

Метод Описание
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

Описание методов

sendFile() публичный Метод

Uses WinSCP to send the specified file.
public sendFile ( String fName, String &errMsg ) : bool
fName String The filename of the file to send.
errMsg String Whatever error message the program returns.
Результат bool