Cannot download archives from cached directory

Issue #38 resolved
Tygre repo owner created an issue

Somehow, the cache broke something...

Comments (2)

  1. Tygre reporter

    After exploring the code, I realise that _explore_current_directory(...) in controlscommon.c knows to much about the FTP because it issue a call to sources_get_list(...) not with the _current_directory but with a "CWD <_current_directory"! I moved this CWD in sources.c, which clearly shows that the cache breaks the "CWD"...

  2. Log in to comment