Aida-Enna/LGMAConsole

ftp can show only 100 files

Closed this issue ยท 3 comments

FTP always shows 100 files, although I have more of them.

Yeah, this is unfortunately because the Google Drive API limits the number of concurrent requests/max requests you can do in a certain time. I don't think there's really a workaround for it, sorry =/

Can we redirect DDNS to it? so that people outside my network could access this FTP?

Gee19 commented

@Aida-Enna seems it is a limitation of FtpServer.

I started working on a PR to increase PageSize to 1000 and add support for paging but I'm not very familiar with the library so this is what I got so far.

FubarDevelopment/FtpServer#60