LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-09-2009, 01:15 AM   #1
pwabrahams
Member
 
Registered: Nov 2005
Location: Deerfield MA
Distribution: OpenSuSE, Kubuntu
Posts: 293

Rep: Reputation: 41
ktorrent -- how to retrieve a downloaded file


I have a file that ktorrent has downloaded. It appears in the ktorrent list of torrents, and the download is complete. But how can I actually get at the file to use it? It's not clear to me where ktorrent is putting it.
 
Old 02-09-2009, 01:37 AM   #2
indeliblestamp
Member
 
Registered: Feb 2006
Distribution: Fedora
Posts: 341
Blog Entries: 3

Rep: Reputation: 40
Under Settings->Configure KTorrent, in the 'General' tab, the first 2 choices show where temporary and completed files are stored. You could try looking there, and setting it to a path of your own choice from now on.
 
Old 02-11-2009, 08:24 AM   #3
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
You also can use find & locate to solve the general problem of "Where did that file go?". find is powerful, more difficult to learn, & immediate; locate is quick, easy, inflexible, & uses a database which may have to be updated -- see their man pages. I always start w/ locate, & because of the volume that it puts out, pipe it into less:
Code:
locate <file_name_fragment>  | less -S
Sometimes I use grep to cut down the crap:
Code:
locate <file_name_fragment>  \
| grep -v '^/<useless_directory>'  \
| less -S
locate is fast because it uses a database that is usually updated automatically around 3 am. If you need to update it manually, run updatedb as root.

Again, RTM. HTH
 
Old 02-12-2009, 08:36 PM   #4
servat78
Member
 
Registered: Jan 2009
Posts: 100

Rep: Reputation: 17
Ktorrent has settings for interim storage (during download) and the final location. Check the Settings dialog for these values. If you didn't set these, then some default values are used probably.

Debian

Last edited by servat78; 02-19-2009 at 12:25 PM.
 
  


Reply

Tags
ktorrent


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Downloaded Ktorrent - has no configure or make folder philnk Slackware 5 10-14-2008 04:09 PM
Help file for ktorrent pwabrahams Linux - Software 1 05-25-2008 09:47 AM
Quickly retrieve a file from its file system / inode jef_te Linux - Newbie 1 04-17-2008 08:50 PM
Where does KTorrent put downloaded files? Bazbo Linux - Software 3 01-27-2008 04:04 PM
retrieve a line from a file sharapchi Linux - General 9 12-03-2006 05:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration