EnglishFrenchSpanish

Ad


OnWorks favicon

ascii-xfr - Online in the Cloud

Run ascii-xfr in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command ascii-xfr that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


ascii-xfr - upload/download files using the ASCII protocol

SYNOPSIS


ascii-xfr -s|-r [-ednv] [-l linedelay] [-c characterdelay] filename

DESCRIPTION


Ascii-xfr Transfers files in ASCII mode. This means no flow control, no checksumming and
no file-name negotiation. It should only be used if the remote system doesn't understand
anything else.

The ASCII protocol transfers files line-by-line. The EOL (End-Of-Line) character is
transmitted as CRLF. When receiving, the CR character is stripped from the incoming file.
The Control-Z (ASCII 26) character signals End-Of-File, if option -e is specified (unless
you change it to Control-D (ASCII 4) with -d).

Ascii-xfr reads from stdin when receiving, and sends data on stdout when sending. Some
form of input or output redirection to the modem device is thus needed when downloading or
uploading, respectively.

OPTIONS


-s Send a file.

-r Receive a file. One of -s or -r must be present.

-e Send the End-Of-File character (Control-Z, ASCII 26 by default) when uploading has
finished.

-d Use the Control-D (ASCII 4) as End-Of-File character.

-n Do not translate CR to CRLF and vice versa.

-v Verbose: show transfer statistics on the stderr output.

-l milliseconds
When transmitting, pause for this delay after each line.

-c milliseconds
When transmitting, pause for this delay after each character.

file Name of the file to send or receive. When receiving, any existing file by this name
will be truncated.

USAGE WITH MINICOM


If you want to call this program from minicom(1), start minicom and go to the Options
menu. Select File transfer protocols. Add the following lines, for example as protocols I
and J.

I Ascii /usr/bin/ascii-xfr -sv Y U N Y
J Ascii /usr/bin/ascii-xfr -rv Y D N Y

Use ascii-xfr online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad