Rebex Total Pack Tutorials
SFTP Tutorial
- About Rebex SFTP
- Namespaces and assemblies
- SFTP basics - Connecting, logging in and disconnecting
- Working with directories
- Uploading and downloading files
- List of files and directories
- Transferring multiple files and directories
- Specifying SSH parameters
- Public key authentication
- Private and public key generation
- SCP protocol
Mail Message Tutorial
- Namespaces and assemblies
- Creating a simple mail message
- Working with attachments
- Creating a more advanced mail message
- Loading and saving messages
- Replying to a message
- Forwarding a message as an attachment
- Custom headers - requesting a read receipt
- Sending mail through IIS spool folder
- Creating HTML mails with embedded images and CSS styles
POP3 Tutorial
- Namespaces and assemblies
- POP3 basics - connecting, logging in and disconnecting
- Authenticating to a POP3 server
- Authentication using NTLM
- Obtaining info about the mailbox
- Sequence numbers and unique IDs
- Retrieving the message list
- Downloading message headers
- Downloading messages
- Deleting and undeleting messages
- Using events and logging communication
IMAP Tutorial
- Namespaces and assemblies
- IMAP basics - connecting, logging in and disconnecting
- Authenticating to an IMAP server
- Authentication using NTLM
- Working with folders
- Current folder
- Sequence numbers and unique IDs
- Retrieving the message list
- Downloading message headers
- Searching
- Message flags
- Downloading messages
- Deleting and undeleting messages
- Uploading messages
- Working with multiple messages
- Using events and logging communication
ZIP Tutorial
- Namespaces and assemblies
- Simple API - static methods
- ZIP basics - opening and closing a ZIP archive
- Adding files (compressing)
- Extracting files (decompressing)
- Traversal modes
- Deleting files and directories within the archive
- Moving (renaming) files withing the archive
- Listing ZIP archive contents
- Protecting ZIP with password
- Progress info and progress event
- Handling multi-file operation problems
- Compression level
- Advanced optimisation hints
- Used expressions