DavisDev / FtpzillaVita

The first FTP client for Play Station Vita.
GNU General Public License v3.0
16 stars 3 forks source link

Can't connect to any FTP servers #2

Open KawaiiAurora opened 7 years ago

KawaiiAurora commented 7 years ago

Hey, I have tried connecting to some FTP servers with no success. The interface of the FTP servers report that the Vita was able to successfully log in but I don't get a directory listing on the screen since the application freezes on the log-in screen. (However, I don't get any LUA errors)

I've tried servers both with and without a password. These are the different FTP servers I tried using:

I can confirm that all the FTP servers were working when I tried using them with the FTPzilla Vita because I tested them on other devices. I'd be happy to provide any logs you may need to diagnose the issue! :)

DavisDev commented 7 years ago

Hello @KawaiiAurora! Sorry for the delay in answering, These days I really busy. (Because my exams start),

Well, I think I found the error, because many servers do not send the number of elements in the list of files, the application is resigned to a waiting time limit, which allocates badly, and never comes out xD

I attached a trial version, Please try to connect with any of the servers that indicate, Also I should mention, that because it uses 'timeout', it has a longer delay when entering and exiting each directory.

Your tests would be very helpful to me.

FtpZillaVita_POC.zip

KawaiiAurora commented 7 years ago

Now, it works ;) Good luck with your exams!