core/builtins/ymodem.cif
changeset 14 4ab8c027df23
parent 0 7f656887cf89
equal deleted inserted replaced
2:68b921ce1944 14:4ab8c027df23
    20 
    20 
    21 ==long-description
    21 ==long-description
    22 
    22 
    23 Allows the transfer of files to and from remote terminal software that supports YMODEM. Supports batch mode, allowing multiple files to be sent and received. Note, the console implementation that ymodem is attached to must support binary mode. If it doesn't, C<KErrExtensionNotSupported> (-47) will be reported. In practice, this currently means that one of the vt100 console variants (F<vt100cons.dll>, F<vt100busdevcons.dll>, F<vt100usbcons.dll>, F<vt100btcons.dll> or F<vt100tcpcons.dll>) must be used.
    23 Allows the transfer of files to and from remote terminal software that supports YMODEM. Supports batch mode, allowing multiple files to be sent and received. Note, the console implementation that ymodem is attached to must support binary mode. If it doesn't, C<KErrExtensionNotSupported> (-47) will be reported. In practice, this currently means that one of the vt100 console variants (F<vt100cons.dll>, F<vt100busdevcons.dll>, F<vt100usbcons.dll>, F<vt100btcons.dll> or F<vt100tcpcons.dll>) must be used.
    24 
    24 
       
    25 Note, when sending, file names specified with wild characters are accepted. When receiving, specify a directory into which one or more files should be received. If no directory is specified, the received files will be saved in the current working directory (the name of each received file is provided by the sending end).
       
    26 
    25 ==argument filename file_name optional multiple
    27 ==argument filename file_name optional multiple
    26 
       
    27 =over 4
       
    28 
       
    29 =item Send mode:
       
    30 
       
    31 The names of the files to be sent (wild characters are accepted). At least one file must be specified.
       
    32 
       
    33 =item Receive mode:
       
    34 
       
    35 The name of the directory in which to write the received files (the name of each received file is provided by the send). If not specified, the received files are saved in the current working directory
       
    36 
       
    37 =back
       
    38 
    28 
    39 ==see-also
    29 ==see-also
    40 
    30 
    41 L<xmodem|xmodem>
    31 L<xmodem|xmodem>
    42 
    32