/plugins/FTP/tags/release-0-9-7/TODO.txt

# · Plain Text · 19 lines · 16 code · 3 blank · 0 comment · 0 complexity · 98220a1f2a550506d3df9a3c4904996a MD5 · raw file

  1. - Saving Passwords/Password Manager
  2. - 4.2 symlinkPath in VFS.DirectoryEntry
  3. - implement backups
  4. - a lot of the ConnectionManager stuff is just wrappers around the VFS
  5. API trying to make it look sane. it should be moved into the core.
  6. - canonPath() should give all paths a port number for consistency.
  7. - user name field: enter does not work
  8. - support // in path
  9. - DirectoryCache.clearAllCachedDirectories should remove all cache-* files
  10. not just the ones its Hashtable knows about, so it cleans up from crashes
  11. better. (Must not delete .passwd file)
  12. - Plain FTP connection over SOCKS proxy
  13. ChangeLog:
  14. 0.9.3a
  15. [x] Plain FTP connection over HTTP proxy (commited in rev.11698 by Voituk Vadim)
  16. [ ] Some code refactoring and cleanup