This is my first post here. Synapse is really a gem - it's lightweight, the
source code is concise and quite well-documented!

Here comes my issue - TFtpSend works well direct connection, but once it's
going through a local socks5 proxy software( which has been working
correctly for years on my computer), I'll get this error:

"530 Login authentication failed" response.
The last error code is 0, the socks last error is also 0.


I set 4 properties:

TFtpSend.Sock.SocksIP := 'localhost';
TFtpSend.DSock.SocksIP := 'localhost';
TFtpSend.Sock.SocksPort := '1090';
TFtpSend.DSock.SocksPort := '1090';

Anybody can give me a hint as to why it doesn't work? The FTP server IIS's
built-in FTP server on a Windows 2016 box.

Thanks in advance.
-- 
Best Regards,
Edwin Yip
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to