aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/send-file.page
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2009-06-15 11:10:34 +0800
committerFrédéric Péters <fpeters@0d.be>2009-08-13 00:13:50 +0800
commit5ea557b78b99877f78ab56ccb5df508f9b100dc9 (patch)
tree55aa0213c4d5f4a826f69fb624a977298af501f6 /help/C/send-file.page
parent1141d65da420328c1f6ba7373c53a2bf554abcc9 (diff)
downloadgsoc2013-empathy-5ea557b78b99877f78ab56ccb5df508f9b100dc9.tar
gsoc2013-empathy-5ea557b78b99877f78ab56ccb5df508f9b100dc9.tar.gz
gsoc2013-empathy-5ea557b78b99877f78ab56ccb5df508f9b100dc9.tar.bz2
gsoc2013-empathy-5ea557b78b99877f78ab56ccb5df508f9b100dc9.tar.lz
gsoc2013-empathy-5ea557b78b99877f78ab56ccb5df508f9b100dc9.tar.xz
gsoc2013-empathy-5ea557b78b99877f78ab56ccb5df508f9b100dc9.tar.zst
gsoc2013-empathy-5ea557b78b99877f78ab56ccb5df508f9b100dc9.zip
Fixed the naming convention of files: use dash, not underscores
Diffstat (limited to 'help/C/send-file.page')
-rw-r--r--help/C/send-file.page54
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..bad5099d9
--- /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="guide" xref="index#talk"/>
+ <desc>Send a file from your computer to one of your contacts.</desc>
+ <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>