I use below codes to get files from a FTP site. It works in my computer, but it only return HTML codes when I run it on another computer (I can see that the HTML are codes o
FTP Requires PassiveMode to download, upload...
PassiveMode
Instead, try to use:
reqFTP.UsePassive = true;