
upload [<filename>]

        The 'upload' command without a parameter returns the current
        upload status.

        When a filename is specified in the command, the file is opened
        and sent as though it were typed on the keyboard.

        The file must be ASCII, not binary.  If you want to upload a
        binary file, you must first convert it to ASCII, using 'uuencode'
        for example.

        If you are in converse mode and want to initiate uploading, you
        will need to use the <F10> key to escape back to command mode to
        issue the 'upload' command.  The uploading is initiated, but the
        file contents are not displayed on the screen during the
        uploading.

        To find out when uploading is finished, use the 'upload' command
        from time to time.  Whilst uploading is in progress, it will
        report "Uploading <filename>", and when uploading is finished it
        will report "Uploading off".


