Hi all,
I am using the FTPServer as a test (no mods) works fine on Windows.
changed
and all still worked.
Then transferred this Compiled jar over to a Linux machine.
Filezilla connects ok on windows
BUT on Linux Logs in OK, Name and Password ok.
But will not get directory listing.
Have tried changing this to "/home/tom/Documents/files"
this is the Filezilla report.
and
I am running the Server with sudo as well.
Any thoughts on why the base address seems to be blank and why it wont work.
Tom
I am using the FTPServer as a test (no mods) works fine on Windows.
changed
B4X:
server.BaseDir = File.DirApp & "/webcams" '"c:\temp"
Then transferred this Compiled jar over to a Linux machine.
Filezilla connects ok on windows
BUT on Linux Logs in OK, Name and Password ok.
But will not get directory listing.
Have tried changing this to "/home/tom/Documents/files"
this is the Filezilla report.
B4X:
Status: Disconnected from server
Status: Connecting to 10.1.1.55:51041...
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Status: Server does not support non-ASCII characters.
Status: Logged in
Status: Retrieving directory listing...
and
B4X:
Command: TYPE I
Response: 200
Command: PASV
Response: 227 10,1,1,55,199,98
Command: LIST
Response: 150
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
I am running the Server with sudo as well.
Any thoughts on why the base address seems to be blank and why it wont work.
Tom