Chapter 3 - Software Configuration
File Transfer Protocols
When you upload or download files with your modem, the host computer will ask which file transfer protocol you want to use. Most communications programs allow you to choose a default protocol. Your software’s documentation should list the ones it can use (not all communications programs support all protocols). Zmodem is the default protocol in MultiExpress for Windows, and we recommend it for most transfers. The following is the MEW File Transfer Protocols screen:
Figure 3-4. MEW File Transfer Protocols Screen
When to Disable Data Compression
The speed advantage hardware compression gives you is entirely dependent on how much the data being transmitted can be compressed. If the data is already in compressed
.SIT file, for
The command to disable compression is AT &E14 <CR>. If you use your modem mostly for downloading long, compressed files from BBSs, you may want to include the &E14 command in your initialization string as follows:
AT &F S0=0 X4 &E14 ^M
19