mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-06 18:22:32 +00:00
d8398eae5f
Fixed bug that caused single file torrent to be saved in a seperate directory when -d is used. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@437 e378c898-3ddf-0310-93e7-cc216c733640
68 lines
2.4 KiB
XML
68 lines
2.4 KiB
XML
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
|
|
|
|
<article>
|
|
<title>rTorrent Frequently Asked Questions</title>
|
|
|
|
<para>
|
|
This is the user FAQ for Rakshasa's BitTorrent client. RTorrent is
|
|
an ncurses based client that uses libTorrent and is written in
|
|
C++. Efficiency and good code is the main goal of both projects.
|
|
</para>
|
|
|
|
<qandaset>
|
|
<qandaentry>
|
|
<question><para>
|
|
How do I add new torrents while the client is running?
|
|
</para></question>
|
|
<answer><para>
|
|
Use the backspace key to enter file input mode. The bottom
|
|
line will change into a prompt which allows you to enter URL's
|
|
or file paths to torrents. File name completion and directory
|
|
listing is supported with the tab key.
|
|
</para></answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry>
|
|
<question><para>
|
|
I got the message "Could not create download, failed to parse the bencoded data" when adding a torrent, what does it mean?
|
|
</para></question>
|
|
<answer><para>
|
|
The torrent data the library received was not a valid torrent
|
|
file. If this was a direct http download, try downloading the
|
|
torrent file and add it manually. This usually happens when
|
|
the torrent link uses some form of redirection that libcurl
|
|
does not automatically redirect. If the failure still happens,
|
|
make sure the file is infact an uncorrupted torrent.
|
|
</para></answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry>
|
|
<question><para>
|
|
How does the session feature work?
|
|
</para></question>
|
|
<answer><para>
|
|
When you start the client you can use the "-s" switch to
|
|
specify a session directory. The client will save all
|
|
currently running torrents in the session directory and fast
|
|
resume data will be written when the client exits. Upon
|
|
restarting the client it will resume all the torrents in the
|
|
session directory.
|
|
</para></answer>
|
|
</qandaentry>
|
|
|
|
<qandaentry>
|
|
<question><para>
|
|
How do i query the tracker for more peers?
|
|
</para></question>
|
|
<answer><para>
|
|
Go into the download view screen and press 't' to initiate a
|
|
new tracker request. If the tracker requires a minimum timeout
|
|
between requests you can override this by using the capital
|
|
'T'. Don't abuse this feature.
|
|
</para></answer>
|
|
</qandaentry>
|
|
|
|
</qandaset>
|
|
|
|
</article>
|