core/builtins/ymodem.cif
changeset 0 7f656887cf89
child 14 4ab8c027df23
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # ymodem.cif
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 # 
       
     9 # Initial Contributors:
       
    10 # Accenture - Initial contribution
       
    11 #
       
    12 
       
    13 ==include xmodem.cif
       
    14 
       
    15 ==name ymodem
       
    16 
       
    17 ==short-description
       
    18 
       
    19 An implementation of the YMODEM file transfer protocol.
       
    20 
       
    21 ==long-description
       
    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.
       
    24 
       
    25 ==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 
       
    39 ==see-also
       
    40 
       
    41 L<xmodem|xmodem>
       
    42 
       
    43 ==copyright
       
    44 
       
    45 Copyright (c) 2008-2010 Accenture. All rights reserved.
       
    46