loresoft / msbuildtasks

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
BSD 2-Clause "Simplified" License
946 stars 272 forks source link

Ftp client should ignore other positive responses #285

Open guuskuiper opened 5 years ago

guuskuiper commented 5 years ago

See the wireshark output for a PWD command (immediately after logging in).

image

The 230 response (the welcome message) is received before the expected 257 code. This results in a error, whereas the actual response is correct.

The problem might be cause by the password command receiving multiple response (230, and a second 230 for the welcome message)