mirror of
https://git.code.sf.net/p/fldigi/flmsg
synced 2026-08-13 17:30:58 -04:00
28 lines
752 B
Text
28 lines
752 B
Text
/**
|
|
\page transfer_page Transfer file
|
|
|
|
\tableofcontents
|
|
<br>
|
|
|
|
File transfers are always executed using compression and base-64 encoding.
|
|
|
|
<center>
|
|
\image latex transfer.png "" width=5.5in
|
|
\image html transfer.png ""
|
|
</center>
|
|
<br>
|
|
|
|
Newly received files during any one execution session are sequentially added
|
|
to the received files browser. Highlight the desired file and then press open.
|
|
flmsg will direct that file to be opened with the default application for that
|
|
file type.<br>
|
|
<br>
|
|
Files will be transferred in compressed format (if that results in fewer
|
|
transmission bytes) unless the "Do not compress file" box is checked on
|
|
the configuration tab "Files".
|
|
|
|
<br>
|
|
\ref transfer_page "Top Page" <br>
|
|
\ref sFlmsgDesc "Return to Main Page"<br>
|
|
|
|
*/
|