[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kfm-devel
Subject:    Re: debug output [Re: FTP expert wanted (problem with login via ftp)]
From:       Vadim Plessky <lucy-ples () mtu-net ! ru>
Date:       2001-09-19 9:59:34
[Download RAW message or body]

On Wednesday 19 September 2001 08:49, David Faure wrote:
|   On Mercredi 19 Septembre 2001 14:07, Vadim Plessky wrote:
|   > As I wrote in my initial name, they check (after getting IP address)
|   > domain name. ("reversive DNS zone")
|   > Cases
|   >   a) client is not in .ru zone - connection rejected
|   >   b) it was not possible to resolve name/zone (not setted correctly by
|   > provider, not passed correctly, etc.)
|
|   But you are in the .ru zone, and your IP resolves......
|
|   > Is there any way to Turn Off Passive mode of FTP in Konq?
|   > Especially, to turn off "Extended Passive mode "?
|
|   You can turn off both, by putting those 2 lines in
| ~/.kde/share/config/kio_ftprc [<default>]
|   DisablePassiveMode=true
|
|   (and restarting kdeinit at least, and killing all kio_ftp around)
|
|   > Probably, for some reason, they can't resolve [62.118.136.115] to
|   > ppp136-115.dialup.mtu-net.ru when Konq (kio_ftp) connects.
|
|   Then they would have quite a broken setup. Try "host 62.118.136.115",
|   you'll see it resolves just fine.
|
|   > May using of Passive mode cause this?
|
|   Can't see why, but who knows.

Thanks, David!

 DisablePassiveMode=true
did the trick, Konq was able to login ! :)))
Probably, such nice option should be added to Konq control module.

kio_ftp: Starting 5421
kio_ftp: Ftp::Ftp()
kio_ftp: Ftp::setHost
kio_ftp: Proxy URL:
kio_ftp: Ftp::closeConnection() m_bLoggedOn=false m_bFtpStarted=false
kio_ftp: Ftp::listDir ftp:/
kio_ftp: openConnection :0 anonymous [password hidden]
kio_ftp: Login failure, aborting
kio_ftp: Got slave_status host = [None] [Not connected]
kio_ftp: Ftp::setHost ftp.newmail.ru
kio_ftp: Proxy URL:
kio_ftp: Ftp::closeConnection() m_bLoggedOn=false m_bFtpStarted=false
kio_ftp: Ftp::stat : path=''
kio_ftp: openConnection ftp.newmail.ru:0 VPlessky [password hidden]
kdeinit: PID 5421 terminated.
kdeinit: Got EXEC_NEW 'kio_ftp' from launcher.
kio_ftp: Starting 5422
kio_ftp: Ftp::Ftp()
kio_ftp: Ftp::setHost ftp.newmail.ru
kio_ftp: Proxy URL:
kio_ftp: Ftp::closeConnection() m_bLoggedOn=false m_bFtpStarted=false
kio_ftp: Ftp::stat : path=''
kio_ftp: openConnection ftp.newmail.ru:0 VPlessky [password hidden]
kio_ftp: resp> 220 You will be disconnected after 1800 seconds of inactivity.
kio_ftp:
kio_ftp: Connected ....
kio_ftp: ftpLogin VPlessky
kdeinit: Got EXEC_NEW 'kio_uiserver' from launcher.
kio_ftp: Sending Login name: VPlessky
kio_ftp: user VPlessky
kdeinit: PID 5423 terminated.
kio_ftp: resp> 331 User VPlessky OK.  Password required.
kio_ftp:
kio_ftp: Sending Login password: [protected]
kio_ftp: resp> 230 OK.  Current directory is /
kio_ftp:
kio_ftp: Login OK
kio_ftp: syst
kio_ftp: resp> 215 UNIX Type: L8
kio_ftp:
kio_ftp: Searching for pwd
kio_ftp: pwd
kio_ftp: resp> 257 "/"
kio_ftp:
kio_ftp: 2> 257 "/"
kio_ftp:
kio_ftp: Initial path set to: /
kio_ftp: Ftp::stat : cleaned path=''
kio_ftp: Got slave_status host = ftp.newmail.ru [Connected]
kio_ftp: Ftp::listDir ftp://VPlessky@ftp.newmail.ru
kio_ftp: REDIRECTION to ftp://VPlessky@ftp.newmail.ru/
kio_ftp: Got slave_status host = ftp.newmail.ru [Connected]
kio_ftp: Ftp::listDir ftp://VPlessky@ftp.newmail.ru/
kio_ftp: hunting for path '/'
kio_ftp: cwd /
kio_ftp: resp> 250 Changed to /
kio_ftp:
kio_ftp: type A
kio_ftp: resp> 200 TYPE is now ASCII
kio_ftp:
kio_ftp: port 62,118,130,201,6,221
kio_ftp: resp> 200 PORT command successful
kio_ftp:
kio_ftp: list -a
kio_ftp: resp> 150 Connecting to 62.118.130.201:1757
kio_ftp:
kio_ftp: Starting of list was ok
kio_ftp: .
kio_ftp: ..
kio_ftp: BlueMandarine.preview.png
kio_ftp: BluePlastic.preview.png

[...]
kio_ftp: viewmag+.png
kio_ftp: viewmag.png
kio_ftp: www
kio_ftp: ... closing
kio_ftp: Ftp::ftpCloseCommand
kio_ftp: resp> 226-Options: -a -l
kio_ftp:
kio_ftp: 226 100 matches total
kio_ftp:
kio_ftp: Got slave_status host = ftp.newmail.ru [Connected]
kio_ftp: Ftp::listDir ftp://VPlessky@ftp.newmail.ru/htmltests
kio_ftp: hunting for path '/htmltests'
kio_ftp: cwd /htmltests
kio_ftp: resp> 250 Changed to /htmltests
kio_ftp:
kio_ftp: type A
kio_ftp: resp> 200 TYPE is now ASCII
kio_ftp:
kio_ftp: port 62,118,130,201,6,222
kio_ftp: resp> 200 PORT command successful
kio_ftp:
kio_ftp: list -a
kio_ftp: resp> 150 Connecting to 62.118.130.201:1758
kio_ftp:
kio_ftp: Starting of list was ok
kio_ftp: .
kio_ftp: ..
kio_ftp: ... closing
kio_ftp: Ftp::ftpCloseCommand
kio_ftp: resp> 226-Options: -a -l
kio_ftp:
kio_ftp: 226 2 matches total
kio_ftp:
kio_ftp: Got slave_status host = ftp.newmail.ru [Connected]

-- 

Vadim Plessky
http://kde2.newmail.ru  (English)
33 Window Decorations and 6 Widget Styles for KDE
http://kde2.newmail.ru/kde_themes.html
Do you have Arial font installed? Just test it!
http://kde2.newmail.ru/font_test_arial.html

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic