Contents | Index | Search


  • Secure FTP Factory for .NET User Guide
    • Introduction
      • Overview
      • System requirements
      • Evaluation
      • License
      • Purchase
      • Installing your license key
      • Technical support
      • Version history
      • Prerequisites
        • Adding a project reference
    • Classes
      • Ftp
        • Overview
        • Connecting to an FTP server
          • Establishing a connection
          • Enabling ZIP compression
          • Establishing a secure connection
          • Clearing the command channel
          • Setting client certificate
          • Setting trusted server certificates
          • Capturing FTP related events
          • Setting connection timeout
          • Connecting from behind a firewall
          • Connecting through a proxy server
          • Changing user account password
          • Releasing a connection
        • Setting your directory
          • Setting your local directory
          • Setting your remote directory
        • Retrieving a directory listing
          • Retrieving a local directory listing
          • Retrieving a remote directory listing
        • Uploading files
          • Automatically detecting the transfer mode
          • Uploading binary files
          • Uploading ASCII text files
          • Uploading multiple files
          • Uploading a directory
          • Appending files
          • Uploading files from memory
          • OutputStream
          • Resuming upload
        • Downloading files
          • Automatically detecting the transfer mode
          • Downloading binary files
          • Downloading ASCII files
          • Downloading multiple files
          • Downloading a directory
          • Downloading files to memory
          • InputStream
          • Resuming download
        • Remote file operations
          • Creating a remote directory
          • Deleting a remote directory
          • Renaming a file
          • Deleting a file
          • Retrieving filesize information
          • Retrieving the timestamp information
          • File Exists
          • Directory Exists
        • Debugging
          • Enable debug