BlueZone FTP COM Object
BlueZone FTP COM Object methods and properties
BlueZone FTP COM Object methods and properties
The BlueZone FTP COM Object contains the following methods and properties.
Close method
The
Close
method logs out and disconnects from the FTP server.
DeleteFile method
The
DeleteFile
method deletes a file (or files) on the FTP server.
Disconnect method
The
Disconnect
method disconnects from the FTP server without logging out.
ExecuteFTPCommand method
The
ExecuteFTPCommand
method executes an FTP script command and returns the response.
FileAttributeString property
The
FileAttributeString
property returns the attributes of the file found by
GetNextFileDetails
.
FileDate property
The
FileDate
property returns file date found by
GetNextFileDetails
in DATE format.
FileDateString property
The
FileDateString
property returns the file date found by
GetNextFileDetails
in its original server format.
FileIsDirectory property
The
FileIsDirectory
property returns true if the file found by
GetNextFileDetails
is a directory.
FileName property
The
FileName
property returns the name of the file found by
GetNextFileDetails
.
FileSize property
The
FileSize
property returns the size of the file found by
GetNextFileDetails
.
FileSizeEx property
The
FileSizeEx
property returns the size of the file found by
GetNextFileDetails
.
FileSizeString property
The
FileSizeString
property returns the size of the file found by
GetNextFileDetails
in string format.
GetCurrentDirectory method
The
GetCurrentDirectory
method returns the current FTP server directory.
GetNextFileDetails method
The
GetNextFileDetails
method continues the current file search operation initiated by
OpenDirectoryListing
and returns True if successful.
LastErrorString property
The
LastErrorString
property returns the error from the last command in a human readable text.
Open method
The
Open
method establishes the connection with the FTP server.
OpenDirectoryListing method
The
OpenDirectoryListing
method starts a directory listing in the current directory on the FTP server.
ReceiveFile method
The
ReceiveFile
method transfers file(s) from the FTP server to the PC.
RenameFile method
The
RenameFile
method renames a file on the FTP server.
SendFile method
The
SendFile
method transfers file(s) to the FTP server from the PC.
SetCurrentDirectory method
The
SetCurrentDirectory
method sets the current server directory.
SSHPrivateKeyFile property
The
SSHPrivateKeyFile
property uses the SSH Private Key file for authentication.
TLSEncryptData property
The
TLSEncryptData
property uses SSL Encrypt Data.
Tracing property
The
Tracing
property enables tracing.
UseSFTP property
The
UseSFTP
property uses SFTP with SSH
UseTLS property
The
UseTLS
property uses SSL security.
Parent topic:
BlueZone FTP COM Object