Technical Support Contact Us   

PC Access for Windows Reference Guide

for PC Access Version 4.30


(Contents)(Previous)(Next)

Script Command: download

Format:

download "filename/pathname" {using PROTOCOL} {abort LABEL_NAME};

The download command causes the file "filename" to transfer from the host to your computer. Use the optional "using" command to specify one of the following file transfer protocols:

· ZMODEM (this is the default if you do not specify a protocol)

· XMODEM

· XMODEM1K

· YMODEM

· YMODEM1K

· YMODEM1KG

If the protocol supports multiple files in a single transfer (such as ZMODEM), the "filename/pathname" should contain the path to the directory where you want to receive the files.

If you specify abort LABEL_NAME, the script will branch to the label with name LABEL_NAME if the file transfer fails or the user cancels it.

Examples:

// Receives all files in the transfer into the c:\temp directory

download "c:\temp" using ZMODEM;

// Downloads the file test.zip to the current directory

download "test.zip" using XMODEM;

Back to script command list.


(Contents)(Previous)(Next)

[Contents] [Search] [Glossary of Terms]


Tell me more about this site.
Can't find what you need? See: How to Find It.
Contact us
Report a problem with this page or suggest an improvement for this page.

Last modification date: Friday, January 17, 2003 00:58:47

 

Copyright © 2005 - MFM Software, Inc.
11988 Tramway Drive
Cincinnati, OH 45241
Phone: 513.733.9229
Fax: 513.733.8775
Send comments to webmaster@mfm.com