Android Question Problem in the NET lib; FTP

rko

New Member
Licensed User
Longtime User
Hello,

I had a problem with FTP getting a filelist or downloading files.
Connection was OK but still no files found.

Problem I have found was the portnumber; I use(d) port 23 instead of 21.

FTP.Initialize("FTP","192.168.0.110",23,"user1","passwrd1")

It seems that in some routines in Net.lib (FTP) this portnumber is fixed at 21.

I have made a workaround but maybe you can have a look at it for the next release.

Bye bye
 
Top