Difference between revisions of "Shareddir.dat file"

From AMule Project FAQ
Jump to: navigation, search
 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Description ==
+
<center>
 +
'''English''' |
 +
[[Shareddir.dat_file-tw|正體中文]]
 +
</center>
  
This file contains a list of directories which's contents [[aMule]] should share (it's contents aren't shared recursively).
+
== File ==
  
== Format ==
+
'''Name:''' ''shareddir.dat''
  
The file format is as follows:
+
'''Location:''' ''~/.aMule/''
  
'''Directory1'''
+
== Description ==
'''Directory2'''
+
 
'''Directory3'''
+
This file contains a list of directories which's contents [[aMule]] should share (it's contents aren't shared recursively).
...
+
  
Simple enough, The directories are listed one after another in separate lines. The last directory listed must also be followed with a newline character.
 
  
It is also recommended that all directories listed end with a slash character (''/'').
 
  
 
== Example ==
 
== Example ==
Line 20: Line 20:
 
The following is the contents of a valid ''shareddir.dat'' file:
 
The following is the contents of a valid ''shareddir.dat'' file:
  
''/home/guest/''
+
''/home/guest/''<br>
''/temp/''
+
''/temp/''<br>
''/mnt/share/''
+
''/mnt/share/''<br>
''/mnt/ed2k/''
+
''/mnt/ed2k/''<br>
 
''/var/download/''
 
''/var/download/''
 +
 +
 +
[[Category:Program Files]]

Latest revision as of 19:50, 11 January 2011

English | 正體中文

File

Name: shareddir.dat

Location: ~/.aMule/

Description

This file contains a list of directories which's contents aMule should share (it's contents aren't shared recursively).


Example

The following is the contents of a valid shareddir.dat file:

/home/guest/
/temp/
/mnt/share/
/mnt/ed2k/
/var/download/