5.2.5 Beta .Net assembly not presenting password
Hi,
I am automating ftp transfers using PowerShell and the .Net assembly. It has been working using 5.1.7. I wanted to use the ResumeSupport so installed the 5.2.5 beta. The script now fails, and by using WireShark I can see that the Password is not being presented. Only the FTP command PASS, followed by 0D0A (crlf) is sent to the server.
If I revert to the 5.1.7 assembly it works again, and I can see the password being presented correctly.
I am automating ftp transfers using PowerShell and the .Net assembly. It has been working using 5.1.7. I wanted to use the ResumeSupport so installed the 5.2.5 beta. The script now fails, and by using WireShark I can see that the Password is not being presented. Only the FTP command PASS, followed by 0D0A (crlf) is sent to the server.
If I revert to the 5.1.7 assembly it works again, and I can see the password being presented correctly.