Hi,
I'm using URLDownloadToFile function to download a file from FTP server:
ftp://username:userpass@domain.com/test.file
It works well with FileZilla FTP server on windows machine but doesn't work with vsftpd on Linux.
The FTP is working with FileZilla client, I can download the file even using web browser but it doesn't work with the function.
Any idea ?
nevermind with this piece of shit, i used proftpd and it works fine.