Technical Support Contact Us   

PC Access for Windows Reference Guide

for PC Access for Windows 4.30.158


Script Command: upload

Format:

upload "filename" {using PROTOCOL} {abort LABEL_NAME};

The upload command causes the file "filename" to transfer to the host. You can 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 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.

Example:

// Send the file MYFILE.EXE to the host
// using the XMODEM protocol
upload "MYFILE.EXE" using XMODEM;

Back to script command list.


Home Contents Previous Next

[Contents (Javascript menu format)] [Contents (HTML format)] [Search] [Glossary]

 

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