rufuscoder / Shakespeer

A Direct Connect Client for Multiple Platforms
GNU General Public License v2.0
28 stars 13 forks source link

CLI client duplicates download directory in path of downloaded files #68

Closed rufuscoder closed 11 years ago

rufuscoder commented 11 years ago

Original author: adb...@gmail.com (May 20, 2008 14:03:57)

When the CLI client downloads a file, it prepends the download directory to its destination. However, the hub also does this, resulting in the downloads directory being duplicated in the path of downloaded files. The patch removes this behaviour from the CLI client.

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=13

rufuscoder commented 11 years ago

From hwa...@gmail.com on May 20, 2008 17:13:20 I wish the CLI was easier to test for us that don't already use it; either automated test for the cli or some doc on the Wiki with a sample configuration for simple testing.

Thanks for the patch!