im using the B4X FTP Server, but i have several problems:
Im using the example to start it:
i can connect and i see all folders and files.
But i cant do anything. No upload, no delete, no folder change.
I always get:
the FTPServer log only outputs:
client: CWD /
Im using the example to start it:
B4X:
server.Initialize(Me, "FTPServer")
server.SetPorts(51041, 51042, 51142)
server.AddUser("Test", "test")
'server.AddUser("anonymous", "") 'anonymous access
'server.ForcedServerIp = "127.0.0.1" 'local access
server.BaseDir = File.DirApp
server.start
i can connect and i see all folders and files.
But i cant do anything. No upload, no delete, no folder change.
I always get:
B4X:
Status: Retrieving directory listing of "/Apps"...
Command: CWD /
Response: 450 Invalid path:
Error: Failed to retrieve directory listing
the FTPServer log only outputs:
client: CWD /