SalQuickFTP
PPJ.Runtime.Windows.QO.SalQuickFTP
Last updated
PPJ.Runtime.Windows.QO.SalQuickFTP
Last updated
Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.49 (4.9.0.0)
FTP Control.
Default Constructor.
: invalid (Default: ""
)
: Returns the single instance of the FTP client. It is created when it's needed.
Closes an open file.
hFile
Establish communication with an FTP server under the user and password specified. If the user name is null, the anonymous user is connected.
sServerName
nServerPort
sUserName
sPassword
Creates a directory on the FTP server.
sDirectory
Deletes the specified file on the FTP server.
sRemoteFile
Disconnects the current connection.
Obtain an array of directory names based on a search path specified.
sSearch
sDirs
sSearchFile
saFileNames
Obtain an array of file names and all related file information based on a search path specified.
sSearchFile
saFileNames
naAttributes
dtaCreationTimes
dtaLastAccessTimes
dtaLastWriteTimes
naFileSizes
sSearchFile
sFileName
sSearchFile
sFileName
nAttributes
dtCreationTime
dtLastAccessTime
dtLastWriteTime
nFileSize
sFileName
sFileName
nAttributes
dtCreationTime
dtLastAccessTime
dtLastWriteTime
nFileSize
sDirectory
Copies a file from an FTP server to the local machine. If nContext is greater than zero, an asynchronous process is started and status messages are send to the window. The nContext argument uniquely identifies the asynchronous process and is passed into the status messages in wParam.
sRemoteFile
sLocalFile
bTransferBinary
nContext
Returns the code of the last error that was handled by the class.
Returns the message of the last error that was handled by the class.
Opens a file on an FTP server.
sRemoteFile
nFlags
bFlags
Copies a file from a local machine to an FTP server. If nContext is greater than zero, an asynchronous process is started and status messages are sent to the window. The nContext argument uniquely identifies the asynchronous process and is passed into the status messages through wParam.
sLocalFile
sRemoteFile
bBinaryTransfer
nContext
hFile
sBuffer
nBufferSize
Delete a specified directory on an FTP server.
sDirectory
Rename a file on an FTP server.
sOldRemoteFile
sNewRemoteFile
Changes to a different working directory on an FTP server.
sDirectory
Writes information to an open file on an FTP server.
hFile
sBuffer
nBufferSize
All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.
: (Default: ""
)
: invalid (Default: ""
)
: invalid (Default: 21
)
: invalid (Default: ""
)
: invalid (Default: ""
)
: invalid (Default: ""
)
: invalid (Default: 0
)
: invalid (Default: 0
)
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .