diff options
| author | Jules <jules@asdf.us> | 2015-01-21 11:53:40 -0500 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2015-01-21 11:53:40 -0500 |
| commit | 2c329c4b9c2977c83f19e9170e6ca86831f0f481 (patch) | |
| tree | b1dba89564dd3f001fd27338ebcb64dd7abf81ed | |
| parent | 581aa0c42f5b2487f1e20399644fce4f57bb1141 (diff) | |
rarr rarr rarr
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -81,10 +81,10 @@ and also modify the XDCC offerings using these commands: <li> Turn on DCC autoget, if you want to allow uploads - <tt><i>/set dcc_autoget <b>ON</b></i></tt> <li> The script will look for files in <tt><i>dcc_upload_path</i></tt> which is usually your home directory. <li> If you're using the public fileserver, you'll probably want to use something other than your home directory. - Make sure the directory exists and that these are the same thing: + Create e.g. <tt><b>~/xdcc_server/</b></tt> and set these to the same: <ul> - <li> <tt><i>/set dcc_upload_path <b>~/dir</b></i></tt> - <li> <tt><i>/set dcc_download_path <b>~/dir</b></i></tt> + <li> <tt><i>/set dcc_upload_path <b>~/xdcc_server</b></i></tt> + <li> <tt><i>/set dcc_download_path <b>~/xdcc_server</b></i></tt> </ul> <li> Filenames must not contain spaces. <li> Absolute paths are fine. Only the filename will be shown. |
