Latest News

the latest news from our team

Type Library for MDMFTP

Object ID: FTP.Session

Properties

BSTR AccountPassword;
boolean ConnectStatus;
boolean CtrlZIsEof;
BSTR DirectoryList;
boolean DisplayStats;
BSTR ErrorMessage;
short ErrorNumber;
BSTR FileList;
short FileTransferStatus;
BSTR HostAddress;
short HostType;
boolean LoginStatus;
BSTR LoginUser;
short SpacesPerTab;
BSTR UserPassword;

Methods

boolean Abort();
boolean ChangeDirectory( BSTR Directory );
boolean Connect();
boolean CreateDirectory( BSTR Directory );
BSTR CurrentDirectory();
boolean DeleteDirectory( BSTR Directory );
boolean DeleteFile( BSTR FileName );
void Disconnect();
boolean Login();
boolean Logout();
boolean RefreshFileList( BSTR ListPath );
boolean RenameFile( BSTR OldName, BSTR NewName );
short RetrieveFile( BSTR HostFileName, BSTR LocalFileName, short Type, short ExistsAction );
boolean SetSessionConfig();
boolean SetTraceConfig();
short StoreFile( BSTR LocalFileName, BSTR HostFileName, short Type, short ExistsAction );

Leave a Reply

Your email address will not be published. Required fields are marked *