right now i start to work with my wipy-board, that i received a few weeks ago.
1.) The board itself works and i'm able to open up a telnet-connection. Login works, REPL appears, programming possible...
2.) Now i try to access the internal drive via ftp.... at this point i face some problems.
Software: filezilla
Setup:
General Tab:
host: 192.168.1.1:23
protocol: FTP
encryption:Only use plain ...
Logon type: Normal
user: micro
pw: python
Advanced Tab:
Server Type: Default
Transfer Settings Tab:
Transfer Mode: passive
Limit number ... : checked and setup to 1
The connection protocol says:
Connecting to 192.168.1.1:21...
Connection established, waiting for welcome message...
220Micropython ftp server
USER micro
331
PASS ******
230
OPEN 192.168.1.1:23
502
Could not connect to server
Waiting to retry....
Any suggestions, why this won't work?
Do i have failures in the connection-setup?
Any hints are very welcome

thanks and cheers,
tomsen