![]() ![]() | Name of file to which logs will be written. |
![]() ![]() | Determines the level of logs written. |
![]() ![]() | Determines whether or not logs will be written to the console. |
![]() ![]() | Determines whether or not logs will be written using Trace. |
![]() ![]() | Default initial working directory. |
![]() |
Overloaded. Initializes a new instance of the FTPConnection class. |
![]() | Account information string. |
![]() | Specifies the range of ports to be used for data-channels in active mode. |
![]() | Determines if the component will automatically send the FEAT command. |
![]() | Determines if the component will automatically log in upon connection. |
![]() | Use AutoPassiveIPSubstitution to ensure that data-socket connections are made to the same IP address that the control socket is connected to. |
![]() | The assembly's build timestamp. |
![]() | Determines if transfer-methods taking Streams as arguments should close the stream once the transfer is completed. |
![]() | The character-encoding to use for FTP control commands and when dealing with file- and directory-paths. |
![]() | The connection-mode (passive or active) of data-channels. |
![]() | Gets the IContainer that contains the Component. |
![]() | The character-encoding to use for transferring data in ASCII mode. |
![]() | Controls whether or not a file is deleted when a failure occurs. |
![]() | Holds fragments of server messages that indicate a directory is empty. |
![]() | Determines whether or not events are currently enabled. |
![]() | Override the chosen file factory with a user created one - meaning that a specific parser has been selected |
![]() | Holds fragments of server messages that indicate a file was not found |
![]() | Obsolete. The character-encoding to use when dealing with file- and directory-paths. |
![]() | Indicates whether the FTP client is currently connected with the server. |
![]() | Indicates whether the FTP client is currently transferring data. |
![]() | Indicates whether or not the most recent transfer was cancelled. |
![]() | The latest valid reply from the server. |
![]() | The working directory on the local file-system into which files are downloaded. |
![]() | Name of this component. |
![]() | Reference to Windows Forms controls (if available). |
![]() | The culture for parsing file listings. |
![]() | Password of account on the server. |
![]() | Type of file transfer to use. |
![]() | IP address of the client as the server sees it. |
![]() | The domain-name or IP address of the FTP server. |
![]() | The initial/current working directory on the server. |
![]() | The port on the server to which to connect the control-channel. |
![]() | Include hidden files in operations that involve listing of directories, and if supported by the server (FTP and FTPS). |
![]() | |
![]() | Controls whether or not checking of return codes is strict. |
![]() | For cases where the FTP server does not properly manage PASV connections, it may be necessary to synchronize the creation of passive data sockets. It has been reported that some FTP servers (such as those at Akamai) appear to get confused when multiple FTP clients from the same IP address attempt to connect at the same time (the server sends the same port number to multiple clients). |
![]() | [FTP/FTPS Only] Time difference between server and client (relative to client). |
![]() | [FTP/FTPS Only] Indicates whether seconds were included in the most recent directoy listing. |
![]() | TCP timeout (in milliseconds) of the underlying sockets (0 means none). |
![]() | The size of the buffers used in writing to and reading from the data-sockets. |
![]() | Holds fragments of server messages that indicate a transfer completed. |
![]() | The number of bytes transferred between each notification of the BytesTransferred event. |
![]() | By default the BytesTransferred event is not triggered during directory listings - this property can be used to enable this behaviour. |
![]() | The current file transfer type (BINARY or ASCII). |
![]() | Determines whether or not event-handlers will be run on the GUI thread if one is available. |
![]() | User-name of account on the server. |
![]() | The version of the assembly. |
![]() | Server's welcome message. |
![]() | Obsolete. The current working directory on the server. |
![]() | Cancel the resume. |
![]() | Cancels the current transfer. |
![]() | Changes the working directory. |
![]() | Changes to the parent of the current working directory on the server. |
![]() | Overloaded. Close the FTP connection. |
![]() | Connect to the FTP server and (if AutoLogin is set) log into the server. |
![]() | Create the specified remote directory. |
![]() | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
![]() | Delete the specified remote directory. |
![]() | Delete the specified remote file. |
![]() | Tests if the given directory exists. |
![]() | Overloaded. Releases all resources used by the Component. |
![]() | Download data from the FTP server and return it as a byte-array. |
![]() | Download a file from the FTP server and save it locally. |
![]() | Download a file from the FTP server and write it to the given stream. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Checks for the existence of a file on the server. |
![]() | Get the help text for the specified FTP command. |
![]() | Get the server supplied features. |
![]() | Overloaded. Returns the given directory's contents as an array of FTPFile objects. |
![]() | Overloaded. List the given directory's contents as an array of strings of file-names or full file details. |
![]() | Returns hash-code for this connection. |
![]() | Get modification time for a remote file. |
![]() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
![]() | Get the size of a remote file. |
![]() | Get the type of the operating system at the server. |
![]() | Gets the Type of the current instance. |
![]() | Overloaded. Returns a URL corresponding to the current state of this SecureFTPConnection . The URL optionally includes the directory, user-name and password. |
![]() | Obsolete. Returns the working directory on the server. |
![]() | Obtains a lifetime service object to control the lifetime policy for this instance. |
![]() | Invokes the given literal FTP command on the server. |
![]() | Invokes the given site command on the server. |
![]() | |
![]() | Log into an account on the FTP server using UserName and Password. |
![]() | Called after the user has been successfully logged in. |
![]() | Rename a file or directory. |
![]() | Make the next file transfer (upload or download) resume. |
![]() | Supply account info to the FTP server. |
![]() | Supply the password for the previously supplied user-name to log into the FTP server. Must be preceeded by the SendUserName method |
![]() | Supply the user-name to log into an account on the FTP server. Must be followed by the SendPassword method. |
![]() | Set modification time for a remote file. |
![]() | Returns a string representation of the connection. |
![]() | Overloaded. Upload data to the FTP server in the current working directory. Allows appending if current file exists. |
![]() | Overloaded. Upload a local file to the FTP server in the current working directory. Allows appending if current file exists. |
![]() | Overloaded. Upload a stream of data to the FTP server in the current working directory. Allows appending if current file exists. |
![]() | Occurs every time a specified number of bytes of data have been transferred. |
![]() | Occurs when the component has closed its connection to the server. |
![]() | Occurs when the component is about to close its connection to the server. |
![]() | Occurs when a command is sent to the server. |
![]() | Occurs when the component has connected to the server. |
![]() | Occurs when the component is connecting to the server. |
![]() | Occurs when a local directory has been created on the server. |
![]() | Occurs when a directory is about to be created on the server. |
![]() | Occurs when a file has been deleted from the server. |
![]() | Occurs when a local directory has been deleted on the server. |
![]() | Occurs when a file is about to be deleted from the server. |
![]() | Occurs when a directory is about to be deleted on the server. |
![]() | Obsolete. Occurs when the server directory has been changed. |
![]() | Obsolete. Occurs when the server directory is about to be changed. |
![]() | Occurs when a directory listing operations is completed. |
![]() | Occurs when a directory listing operations is commenced. |
![]() | Adds an event handler to listen to the Disposed event on the component. |
![]() | Occurs when a file has been downloaded from the server. |
![]() | Occurs when a file is about to be downloaded from the server. |
![]() | Occurs when the local directory has been changed. |
![]() | Occurs when the local directory is about to be changed. |
![]() | Occurs when the component has logged in. |
![]() | Occurs when the component is about to log in. |
![]() | Occurs when a property is changed. |
![]() | Occurs when a remote file has been renamed. |
![]() | Occurs when a remote file is about to be renamed. |
![]() | Occurs when a reply is received from the server. |
![]() | Occurs when the server directory has been changed. |
![]() | Occurs when the server directory is about to be changed. |
![]() | Occurs when a file has been uploaded to the server. |
![]() | Occurs when a file is about to be uploaded to the server. |
![]() | Account information string, for use in FTP/FTPS with the ACCT command. |
![]() | Determines if events will be fired. |
![]() | Used for locking connection. |
![]() | Record of the transfer type - make the default ASCII. |
![]() | Instance of FTPClient . |
![]() | Protocol used. |
![]() | Reference to the main window. |
![]() | Flag used to remember whether or not we've tried to find the main window yet. |
![]() | Determines if events will be fired. |
![]() | Flag indicating that the most recent transfer-operation was cancelled |
![]() | Current local working directory. |
![]() | Password to log in with. |
![]() | User-name to log in with. |
![]() | Current remote working directory. |
![]() | Determines if the components will automatically send the FEAT command after logging in. |
![]() | Determines if the components will automatically log in upon connection. |
![]() | Flag indicating whether or not event-handlers will run on the GUI thread if one is available. |
![]() | Gets a value that indicates whether the Component is currently in design mode. |
![]() | Gets the list of event handlers that are attached to this Component. |
![]() | Checks the FTP type and throws an exception if it's incorrect. |
![]() | Overloaded. Disconnect from the server (if connected). |
![]() | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. |
![]() | Returns an object that represents a service provided by the Component or by its Container. |
![]() | Overloaded. Invokes the given event-handler. |
![]() | Creates a shallow copy of the current Object. |
![]() | Called every time a specified number of bytes of data have been transferred. |
![]() | Called when the local directory has been changed. |
![]() | Called when the server directory has been changed. |
![]() | Called when the local directory is about to be changed. |
![]() | Called when the server directory is about to be changed. |
![]() | Called when a connection has closed. |
![]() | Called when a connection is about to close. |
![]() | Called when a connection-attempt has completed. |
![]() | Called when a connection-attempt is being made. |
![]() | Called when a directory has been created. |
![]() | Called when a directory is about to be created. |
![]() | Called when a file deletion operation has completed (though it may have been cancelled). |
![]() | Called when a directory has been deleted. |
![]() | Called when a file is about to be deleted. |
![]() | Called when a directory is about to be deleted. |
![]() | Called when a directory listing has been retrieved. |
![]() | Called when a directory listing is about to be retrieved. |
![]() | Overloaded. Called when a file downloading operation has completed (though it may have been cancelled). |
![]() | Overloaded. Called when a file is about to be downloaded. |
![]() | Called when the client has logged in. |
![]() | Called when the client is about to log in. |
![]() | Called when a property has been changed. |
![]() | Called when a file has been renamed. |
![]() | Called when a file is about to be renamed. |
![]() | Overloaded. Called when a file uploading operation has completed (though it may have been cancelled). |
![]() | Overloaded. Called when a file is about to be uploaded. |
![]() | Attempt to log into the server if AutoLogin is on. |
![]() | Combines a relative path with an absolute path. |
![]() |
Overloaded. Initializes a new instance of the FTPConnection class. |
![]() | Reference to the currently active IFileTransferClient. |