SalFtpClient
PPJ.Runtime.Internet.SalFtpClient
Last updated
PPJ.Runtime.Internet.SalFtpClient
Last updated
Namespace: PPJ.Runtime.Internet
Assembly: PPJ.Runtime.49 (4.9.0.0)
FTP implementation used to support SalQuickFtp.
server
user
password
server
user
password
port
Boolean: Returns/Sets binary mode transfer.
Boolean: Returns true if the connection to the server is established.
String: User password.
Int32: Server port number. The default is 21.
String: Name of the FTP server.
String: User name.
Asynchronous download
fileName
localFileName
resume
Asynchronous upload
fileName
remoteFileName
resume
Change the current working directory on the remote FTP server.
dir
Close the FTP connection.
Connect and login to the remote server.
Creates a new StreamReader bound to an incoming data socket.
Returns: StreamReader.
Open a new data socket.
Returns: Socket.
Delete a file from the remote FTP server.
fileName
Disposes the FTP client
Download a file.
fileName
Download a file.
fileName
resume
Download a file to a local file name.
fileName
localFileName
Download a file to a local file name.
fileName
localFileName
resume
Returns the current directory.
Returns: String.
Returns a FileSystemInfo array.
mask
Returns: FtpFileInfo[].
Return a string array containing the remote directory's file list.
mask
Returns: String[].
Return the size of a file.
fileName
Returns: Int64.
Create a directory on the remote FTP server.
dir
Reads the next response code from the connected socket.
Returns: FtpResponse.
Delete a directory on the remote FTP server.
dir
Rename a file on the remote FTP server.
oldFileName
newFileName
command
validCodes
Returns: FtpResponse.
Upload a file.
fileName
Upload a file.
fileName
resume
Upload a file.
fileName
remoteFileName
Upload a file.
fileName
remoteFileName
resume
FtpEventHandler Status event