Hello,
Am stepping through the code and when code tries to create a socket in
FTPControlSocket.cs > private Socket CreateDataSocketPASV() > sock.Connect(ipe);, I get the error:
Unknown error (0x274d)
It happens 9 times out of 10 but on a rare occassion (1 of of 10 you might say:), the socket is created and the rest of the code processes as expected.
Probably not important but, the socket is used to retreive a directory listing of the remote machine.
Appreciate your response.
Thanks.