Table of Contents
File Transfers
The Synchronet file transfer section is used to facilitate transferring (sending or receiving) of files between the BBS and remote users. Historically, these file transfers took place using legacy “modem” file transfer protocols such as XMODEM, YMODEM, and ZMODEM (which are still supported today in the Synchronet terminal server and many, but not all, modern terminal programs). However files may also be transferred via Internet TCP/IP file transfer protocols, e.g. Gopher, FTP(S), SFTP, HTTP(S), BinkP(S) and E-Mail.
- For more details on creating, modifying or removing file areas, see File Areas.
- For more details on the global configuration settings related to file transfers, see File Options.
Transfer Protocols
Transfer protocols (Xmodem, Ymodem, Zmodem, etc.) for the terminal server are configured in SCFG → File Options → Transfer Protocols. Each protocol is a separate entry with its own command-line drivers for the supported transfer modes.
A default Synchronet install ships with SEXYZ as the protocol driver for X/Y/Zmodem. Sysops generally do not need to modify these entries.
When a protocol is added or removed, the protocol menus in text/menu/ (ULPROT, DLPROT, BATUPROT, BATDPROT, and BIPROT) should be updated to match.
Per-Protocol Options
Each protocol entry has the following fields:
| Option Name | Description |
|---|---|
| Mnemonic (Command Key) | Single character used as the protocol's hot-key in the protocol-selection menus. |
| Protocol Name | Display name shown to users in the protocol menus. |
| Upload Command Line | Command line to invoke for a single-file upload. %f expands to the destination filename. |
| Download Command Line | Command line to invoke for a single-file download. %f expands to the source filename. |
| Batch Upload Command Line | Command line to invoke when receiving a batch (multiple files in one session). Leave blank if the protocol does not support batch uploads. |
| Batch Download Command Line | Command line to invoke when sending a batch. Leave blank if not supported. |
| Bi-Directional | Command line for protocols that send and receive simultaneously (e.g. HS/Link). Leave blank for unidirectional protocols. |
| DSZLOG Support | If Yes, Synchronet uses the ''DSZLOG'' file written by the protocol driver to determine which files transferred successfully. |
| Native Executable | Yes if the command is a native (non-DOS) executable; No for DOS programs (which require a DOS emulator on *nix). |
| Access Requirements | An ARS expression — only users matching the requirements may use this protocol. |
See Command Lines for the full list of specifiers usable in command lines.
See Also
- BinkIT (BinkP file transport for FidoNet)