diff options
author | Phil Bull <philbull@gmail.com> | 2009-06-15 06:07:23 +0800 |
---|---|---|
committer | Frédéric Péters <fpeters@0d.be> | 2009-08-13 00:13:49 +0800 |
commit | 63af18d35fc97a5396701f8c5c536980fceaebd3 (patch) | |
tree | 3b73841e0aa7f1652aef10e89037fe9a7449a8bb /help/C | |
parent | 293a30500849034931fe560fb40fd057e9d9556a (diff) | |
download | gsoc2013-empathy-63af18d35fc97a5396701f8c5c536980fceaebd3.tar gsoc2013-empathy-63af18d35fc97a5396701f8c5c536980fceaebd3.tar.gz gsoc2013-empathy-63af18d35fc97a5396701f8c5c536980fceaebd3.tar.bz2 gsoc2013-empathy-63af18d35fc97a5396701f8c5c536980fceaebd3.tar.lz gsoc2013-empathy-63af18d35fc97a5396701f8c5c536980fceaebd3.tar.xz gsoc2013-empathy-63af18d35fc97a5396701f8c5c536980fceaebd3.tar.zst gsoc2013-empathy-63af18d35fc97a5396701f8c5c536980fceaebd3.zip |
* Added topic on sending files (send_file) * Fix broken link on index page
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/send_file.page | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/help/C/send_file.page b/help/C/send_file.page new file mode 100644 index 000000000..5c22b124c --- /dev/null +++ b/help/C/send_file.page @@ -0,0 +1,54 @@ +<page xmlns="http://www.gnome.org/~shaunm/mallard" + type="guide" + id="send_file"> + +<info> + <link type="topic" xref="index"/> + + <revision version="3.0" date="2009-06-14" status="stub"/> + + <credit type="author"> + <name>Phil Bull</name> + <email>philbull@gmail.com</email> + </credit> + <copyright> + <year>2009</year> + <name>GNOME Documentation Project</name> + </copyright> + + <license>Creative Commons Share Alike</license> + + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" /> +</info> + +<title>How can I send a file to someone?</title> + +<p> +In the main <app>Empathy</app> window, right-click the contact that you want +to send a file to and click <gui>Send file</gui>. +</p> +<p> +Select the file that you want to send and click <gui>Send</gui>. The <app>File +transfers</app> window will appear. Wait for your contact to accept the file +transfer, or press <gui>Stop</gui> to stop the transfer from happening. +</p> +<p> +If your contact accepts the file transfer, you can watch the progress of the +transfer and see the estimated amount of time remaining before it is complete. +If they do not accept it, the status of the transfer will change to <gui>File +transfer cancelled</gui> and the file will not be sent. +</p> +<p> +Once a transfer is finished, you can just close the <app>File transfers</app> +window. If you have lots of finished transfers listed in the window, click +<gui>Clear</gui> to clear the list. This will only remove the files from the +list and will not delete them from your computer. +</p> + +<note> + <p> + You must be online to send a file to someone. + </p> +</note> + +</page> |