Summary: | anonymous ftp connection all the time | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Atoms <atoms> |
Component: | ftp | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7 | |
Sentry Crash Report: |
Description
Atoms
2005-02-18 11:41:24 UTC
Have you added the top folder as an anonymous user? Also if you open the same folder in Konqueror, do you get this lines in the log? Quanta doesn't do any specific regarding this area, but I know that the files treeview (which is used in another applications as well) uses several methods to find modifications in the directory: - for local files dnotify or fam is used to receive information about modifications - when dnotify/fam is not available (true for remote files), polling is used. Maybe this polling causes the log you see? no i dont added top folder as anonymous, top folder have user@host, but i checked for another servers log file, on and there is too anonymous trying to connect from my ip, but when i close quanta then all is ok... so i don't know whereis is problem.. ok maybe this is Konquerors, error, because in Konqueror, when i open ftp connection in log appears line: Feb 21 08:37:00 server proftpd[19118]: host (192.168.2.6[192.168.2.6]) - no such user 'anonymous' This means that the problem is caused by the kio_ftp. Git commit 3ab6c7f05f113353435e10b6d6fd0fdbbd495855 by Dawit Alemayehu. Committed on 22/04/2011 at 03:40. Pushed by adawit into branch 'master'. Fixed most of the issue related to login. BUG: 258888 BUG: 99686 BUG: 143488 BUG: 124675 FIXED-IN: 4.7 REVIEW: 101173 M +83 -33 kioslave/ftp/ftp.cpp M +3 -1 kioslave/ftp/ftp.h http://commits.kde.org/kdelibs/3ab6c7f05f113353435e10b6d6fd0fdbbd495855 |