Bug 99686 - anonymous ftp connection all the time
Summary: anonymous ftp connection all the time
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: ftp (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-18 11:41 UTC by Atoms
Modified: 2011-04-28 15:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.7


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Atoms 2005-02-18 11:41:24 UTC
Version:           Quanta 3.3.2 (using KDE KDE 3.3.2)
Installed from:    Slackware Packages
Compiler:          gcc 3.3.4 
OS:                Linux

when using top folders remotely like on another host, that hosts log files reports that all the time from my host ir trying ftp anonymous

Feb 17 08:57:16 forts proftpd[2454]: host (192.168.2.6[192.168.2.6]) - no such user 'anonymous'
Feb 17 09:11:59 forts proftpd[2496]: host (192.168.2.6[192.168.2.6]) - no such user 'anonymous'
Feb 17 09:42:52 forts proftpd[2571]: host (192.168.2.6[192.168.2.6]) - no such user 'anonymous'
Feb 17 09:43:57 forts proftpd[2574]: host (192.168.2.6[192.168.2.6]) - no such user 'anonymous'

192.168.2.6 is my local ip adress, and thats happening only when quanta is open and i save files all the time, but when quanta is open and only idle then nothing
Comment 1 András Manţia 2005-02-18 18:59:15 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?

Comment 2 Atoms 2005-02-21 07:32:20 UTC
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..
Comment 3 Atoms 2005-02-21 07:40:26 UTC
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'
Comment 4 András Manţia 2005-02-21 09:00:28 UTC
This means that the problem is caused by the kio_ftp.
Comment 5 Dawit Alemayehu 2011-04-28 15:48:51 UTC
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