Understood. but I'm not aware of any setting that you tweak for WE to
"Allen" <NOYB@NOYB.org> wrote in message
news:%23P06FteuGHA.5056@TK2MSFTNGP06.phx.gbl...
> Well WE and IE also auto sends user credential + password. Just that it
> doesn't send the password on the first attempt.
>
> I like using WE for ftp because it's a common Windows 'native' interface
> and no third party additional application to deal with. Just wish it
> would send correct password on first login attempt. Other that it works
> great for ftp and far as I'm concerned is a decent ftp client.
>
> "Bernard Cheah [MVP]" <qbernard@hotmail.com.discuss> wrote in message
> news:%23wTJFheuGHA.2392@TK2MSFTNGP05.phx.gbl...
>> From your testing, what I can tell is client side app behavior.
>> If you have a decent ftp client, say wsftp pro or etc, it will auto send
>> user credential + pwd if you instruct it to send.
>>
>> --
>> Regards,
>> Bernard Cheah
>>
http://www.iis.net/ >>
http://www.iis-resources.com/ >>
http://msmvps.com/blogs/bernard/ >>
>>
>> "Allen" <NOYB@NOYB.org> wrote in message
>> news:%23zHWxYeuGHA.2036@TK2MSFTNGP05.phx.gbl...
>>>I don't have access to the server, it's my ISP.
>>>
>>>
>>>
>>> Using IE directly behaves in similar fashion.
>>>
>>>
>>>
>>> If I specify ftp://userid@ftpsite.isp.net IE tries to login with userid
>>> twice with blank password then with correct password the third attempt.
>>>
>>>
>>>
>>> If I specify ftp://ftpsite.isp.net IE tries to login twice as anonymous
>>> with what I assume is a default anonymous password. Then logins as
>>> userid with correct password on the third attempt.
>>>
>>>
>>>
>>> Specifying ftp://userid:password@ftpsite.isp.net logins in on the first
>>> attempt with userid and password. However creating a shortcut like this
>>> puts the password in plain text in the shortcut and registry.
>>>
>>>
>>>
>>> Since the system obviously has the password for userid, why doesn't it
>>> just send it on the first attempt?
>>>
>>>
>>>
>>>
>>>
>>> "Bernard Cheah [MVP]" <qbernard@hotmail.com.discuss> wrote in message
>>> news:%23dC%23gmduGHA.5056@TK2MSFTNGP06.phx.gbl...
>>>> Lovely... what's the correspondent IIS FTP log file indicating?
>>>> if you direct use IE, do you got the same behavior in sniffer log?
>>>>
>>>> --
>>>> Regards,
>>>> Bernard Cheah
>>>>
http://www.iis.net/ >>>>
http://www.iis-resources.com/ >>>>
http://msmvps.com/blogs/bernard/ >>>>
>>>>
>>>> "Allen" <NOYB@NOYB.org> wrote in message
>>>> news:ucg2qZSuGHA.2036@TK2MSFTNGP05.phx.gbl...
>>>>> Well first of all it's WE not IE, though WE does I believe use IE
>>>>> engine/settings or such.
>>>>>
>>>>> The way I know blank password being sent on first attempt is I used
>>>>> snifffer to watch the traffic.
>>>>> Also there are no attempts to login as 'anonymous'. So that's not
>>>>> even in the picture.
>>>>>
>>>>> No. Time Source Destination Protocol Info
>>>>> Connect:
>>>>> 1 0.000000 <CLIENT> <SERVER> TCP 2894 >
>>>>> 21 [SYN] Seq=4089064229 Ack=0 Win=64240 Len=0 MSS=1460
>>>>> 2 0.116001 <SERVER> <CLIENT> TCP 21 >
>>>>> 2894 [SYN, ACK] Seq=2379666828 Ack=4089064230 Win=5840 Len=0 MSS=1460
>>>>> 3 0.116034 <CLIENT> <SERVER> TCP 2894 >
>>>>> 21 [ACK] Seq=4089064230 Ack=2379666829 Win=64240 Len=0
>>>>>
>>>>> First Login Attempt
>>>>> 4 16.236439 <SERVER> <CLIENT> FTP
>>>>> Response: 220 <ftp.isp.net>
>>>>> 5 16.236573 <CLIENT> <SERVER> FTP Request:
>>>>> USER <USER ID>
>>>>> 6 16.352338 <SERVER> <CLIENT> TCP 21 >
>>>>> 2894 [ACK] Seq=2379666856 Ack=4089064245 Win=5840 Len=0
>>>>> 7 16.355448 <SERVER> <CLIENT> FTP
>>>>> Response: 331 Password required for <USER ID>.
>>>>>
>>>>> Blank Password Sent:
>>>>> 8 16.357648 <CLIENT> <SERVER> FTP Request:
>>>>> PASS
>>>>> 9 16.506272 <SERVER> <CLIENT> TCP 21 >
>>>>> 2894 [ACK] Seq=2379666893 Ack=4089064252 Win=5840 Len=0
>>>>> 10 16.517560 <SERVER> <CLIENT> FTP
>>>>> Response: 530 Login incorrect.
>>>>>
>>>>> 11 16.517738 <CLIENT> <SERVER> TCP 2894 >
>>>>> 21 [FIN, ACK] Seq=4089064252 Ack=2379666915 Win=64154 Len=0
>>>>> 12 16.533357 <CLIENT> <SERVER> TCP 2895 >
>>>>> 21 [SYN] Seq=2817114375 Ack=0 Win=64240 Len=0 MSS=1460
>>>>> 13 16.633661 <SERVER> <CLIENT> TCP 21 >
>>>>> 2894 [FIN, ACK] Seq=2379666915 Ack=4089064253 Win=5840 Len=0
>>>>> 14 16.633712 <CLIENT> <SERVER> TCP 2894 >
>>>>> 21 [ACK] Seq=4089064253 Ack=2379666916 Win=64154 Len=0
>>>>> 15 16.650102 <SERVER> <CLIENT> TCP 21 >
>>>>> 2895 [SYN, ACK] Seq=2298200853 Ack=2817114376 Win=5840 Len=0 MSS=1460
>>>>> 16 16.650134 <CLIENT> <SERVER> TCP 2895 >
>>>>> 21 [ACK] Seq=2817114376 Ack=2298200854 Win=64240 Len=0
>>>>>
>>>>> Second Login Attempt:
>>>>> 17 30.106776 <SERVER> <CLIENT> FTP
>>>>> Response: 220 <ftp.isp.net>
>>>>> 18 30.106909 <CLIENT> <SERVER> FTP Request:
>>>>> USER <USER ID>
>>>>> 19 30.512334 <SERVER> <CLIENT> TCP 21 >
>>>>> 2895 [ACK] Seq=2298200881 Ack=2817114391 Win=5840 Len=0
>>>>> 20 30.512490 <SERVER> <CLIENT> FTP
>>>>> Response: 331 Password required for <USER ID>.
>>>>>
>>>>> Correct Password Sent:
>>>>> 21 30.512609 <CLIENT> <SERVER> FTP Request:
>>>>> PASS <PASSWORD>
>>>>> 22 30.663902 <SERVER> <CLIENT> TCP 21 >
>>>>> 2895 [ACK] Seq=2298200918 Ack=2817114405 Win=5840 Len=0
>>>>> 23 30.733681 <SERVER> <CLIENT> FTP [TCP
>>>>> Previous segment lost] Response: 230 Quota: avail(78.0%)=7360358.0
>>>>> used(22.0%)=2076826.0 limit=9437184.0 bytes
>>>>> 24 30.733719 <CLIENT> <SERVER> TCP 2895 >
>>>>> 21 [ACK] Seq=2817114405 Ack=2298200918 Win=64176 Len=0 SLE=2298200948
>>>>> SRE=2298201027
>>>>> 25 30.736733 <SERVER> <CLIENT> FTP [TCP
>>>>> Retransmission] Response: 230-User <USER ID> logged in.
>>>>>
>>>>> 26 30.736778 <CLIENT> <SERVER> TCP 2895 >
>>>>> 21 [ACK] Seq=2817114405 Ack=2298201027 Win=64067 Len=0
>>>>> 27 30.736958 <CLIENT> <SERVER> FTP Request:
>>>>> opts utf8 on
>>>>> 28 30.856052 <SERVER> <CLIENT> TCP 21 >