karelia / ConnectionKit

FTP/SFTP/WebDAV etc. for Cocoa. Join the ConnectionKit mailing list for information and suggestions.
http://lists.opensource.utr-software.com/listinfo.cgi/connection-opensource.utr-software.com
493 stars 72 forks source link

CK2FileManager's -enumerateContentsOfURL... sometimes doles out URLs without the username #75

Open MrNoodle opened 10 years ago

MrNoodle commented 10 years ago

I expect all URLs returned to have the username component in there, like "https://user@server/dir" instead of "https://server/dir". It seems that sometimes, even with the same server, I get it without the username. Makes it hard to compare URLs in this case.

This is on the latest in the v2.x-beta branch. Let me know if you need any more details.