Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Unit btvftp

Description

Unit for BTVisualFTP visual FTP client component.

Classes, Interfaces and Objects

NameDescription
Class TBTVisualFTP 

Functions and Procedures

Overview

procedure Register;

Description

procedure Register;

Register the component in the component palette.

Types

Overview

TdoOptions = set of TFTPOptions

Description

TdoOptions = set of TFTPOptions

Set of client options. See FTPOptions.

Enumerations

TFTPOptions
Client options. See FTPOptions.
 doAllowDeleteAllow to delete files on the remote server.
 doAllowDownloadAllow to download files from the remote server.
 doAllowNewFolderAllow to create new folders on the remote server.
 doAllowRenameAllow to rename files on the remote server.
 doDisplayProgressDisplay upload/download progress.
 doShowHourglassDisplay hourglass while uploading/downloading files.
 doShowTransferTypeDisplay ASCII/Binary transfer type.
TOrderBy
 sbNameOrder by name.
 sbDateOrder by date.
 sbSizeOrder by size.
 sbTypeOrder by type.

Constants

Overview

rscDeleteFile = 'Delete File "%0:s" ?'
rscDeleteSelected = 'Delete %0:s selected items ?'
rsConnectedTo = 'User %0:s connected to %1:s'
rsConnectingTo = 'Connecting to %0:s as %1:s'
rscOverwriteLocal = 'Local file "%0:s" already exists, overwrite?'
rsDisconnected = 'User %0:s disconnected from %1:s'
rsDisconnecting = 'Disconnecting from %0:s'
rseCouldNotConnect = 'Could not connect to %0:s'
rseCouldNotCWD = 'Could not change to directory %0:s'
rseCouldNotRename = 'Could not rename "%0:s" (Error %1:s)'
rseDeleteFolder = 'Could not delete folder "%0:s" (Error %1:s)'
rseNoHost = 'No connection to host.'
rsFileDownloadDone = 'File download complete for "%0:s" (%1:s bytes)'
rsHostMissing = 'IdFTP.Host must be specified'
rsiBack = 'Back'
rsibyDate = 'by Date'
rsibyName = 'by Name'
rsibySize = 'by Size'
rsibyType = 'by Type'
rsiDelete = 'Delete'
rsiDetails = 'Details'
rsiGet = 'Get'
rsiLargeIcons = 'Large icons'
rsiList = 'List'
rsiNewFolder = 'New folder'
rsInProgress = 'File upload in progress!'
rsiOrder = 'Order'
rsiRefresh = 'Refresh'
rsiRename = 'Rename'
rsiSmallIcons = 'Small icons'
rsiTransfertype = 'Transfer type'
rsiView = 'View'
rslDate = 'Date'
rsLoginTo = 'Login to %s'
rslSize = 'Size'
rslType = 'Type'
rsNewFolder = 'Create folder "%s"'
rsNewFolderCaption = 'New folder'
rsNewFolderName = 'Folder name:'
rsNoDirectory = 'Could not get current directory'
rsNotAssigned = 'IdFTP must be assigned'
rsPasswordFor = 'Password for %s'
rsPutFile = 'Put "%0:s"'
rsRemoteDir = 'Remote directory: %0:s'
rsSkipping = 'Skipping "%s" (file not found)'
rsTransferCompleted = 'Transfer completed (%0:s bytes in %1:s files and %2:s folders)'
rsTransferringData = 'Transferring data for %0:s'
rsTransferType = 'Transfer type set to %0:s'
rsTypeFile = 'File'
rsTypeFolder = 'Folder'
rsUploadComplete = 'Upload complete'
rsUploading = 'Uploading "%s"'
rsUploadStats = '%0:s%1:s at %2:s kb/sec. (remaining time: %3:s)'
rsUserNameMissing = 'IdFTP.Username must be specified'

Description

rscDeleteFile = 'Delete File "%0:s" ?'

 

rscDeleteSelected = 'Delete %0:s selected items ?'

 

rsConnectedTo = 'User %0:s connected to %1:s'

 

rsConnectingTo = 'Connecting to %0:s as %1:s'

 

rscOverwriteLocal = 'Local file "%0:s" already exists, overwrite?'

 

rsDisconnected = 'User %0:s disconnected from %1:s'

 

rsDisconnecting = 'Disconnecting from %0:s'

 

rseCouldNotConnect = 'Could not connect to %0:s'

 

rseCouldNotCWD = 'Could not change to directory %0:s'

 

rseCouldNotRename = 'Could not rename "%0:s" (Error %1:s)'

 

rseDeleteFolder = 'Could not delete folder "%0:s" (Error %1:s)'

 

rseNoHost = 'No connection to host.'

 

rsFileDownloadDone = 'File download complete for "%0:s" (%1:s bytes)'

 

rsHostMissing = 'IdFTP.Host must be specified'

 

rsiBack = 'Back'

 

rsibyDate = 'by Date'

 

rsibyName = 'by Name'

 

rsibySize = 'by Size'

 

rsibyType = 'by Type'

 

rsiDelete = 'Delete'

 

rsiDetails = 'Details'

 

rsiGet = 'Get'

 

rsiLargeIcons = 'Large icons'

 

rsiList = 'List'

 

rsiNewFolder = 'New folder'

 

rsInProgress = 'File upload in progress!'

 

rsiOrder = 'Order'

 

rsiRefresh = 'Refresh'

 

rsiRename = 'Rename'

 

rsiSmallIcons = 'Small icons'

 

rsiTransfertype = 'Transfer type'

 

rsiView = 'View'

 

rslDate = 'Date'

 

rsLoginTo = 'Login to %s'

 

rslSize = 'Size'

 

rslType = 'Type'

 

rsNewFolder = 'Create folder "%s"'

 

rsNewFolderCaption = 'New folder'

 

rsNewFolderName = 'Folder name:'

 

rsNoDirectory = 'Could not get current directory'

 

rsNotAssigned = 'IdFTP must be assigned'

 

rsPasswordFor = 'Password for %s'

 

rsPutFile = 'Put "%0:s"'

 

rsRemoteDir = 'Remote directory: %0:s'

 

rsSkipping = 'Skipping "%s" (file not found)'

TCriticalSection

rsTransferCompleted = 'Transfer completed (%0:s bytes in %1:s files and %2:s folders)'

 

rsTransferringData = 'Transferring data for %0:s'

 

rsTransferType = 'Transfer type set to %0:s'

 

rsTypeFile = 'File'

 

rsTypeFolder = 'Folder'

 

rsUploadComplete = 'Upload complete'

 

rsUploading = 'Uploading "%s"'

 

rsUploadStats = '%0:s%1:s at %2:s kb/sec. (remaining time: %3:s)'

 

rsUserNameMissing = 'IdFTP.Username must be specified'

 


Generated by DIPasDoc 0.8.7 on Do 11. Mrz 2004 20:18:03