[Migrated content. Thread originally posted on 10 May 2007]
My program connects to an ftp server, lists a specific directory, downloads any files, then disconnects. I looked at the example provided in the acucorp newsletter. This all works perfect when I run the program locally on a windows XP machine using wrun32.Now when I move the program to a unix server and run via thin client, again it all "appears" to function well except that the files downloaded are just garbage. All of this is same code, same ftp server, same files downloaded.
I stepped through the code where each byte is read from the passive data port connection and it appears each byte read is blank. When run locally I can see each byte as it comes down correctly.
I have tried very simple text files with same problem. Anyone have any idea what I might need to do to get this to function properly for both locally and via thin client?



