andresoviedo / google-drive-ftp-adapter

Google Drive FTP Adapter to connect to google drive through the FTP protocol
GNU Lesser General Public License v3.0
395 stars 93 forks source link

Server reads users when they are put in sequential order #21

Open VikasRana opened 6 years ago

VikasRana commented 6 years ago

Server reads users when they are put in sequential order

If there are user1, user2 & user4 the server reads only user1 & user2 by defualt when it is started up. Would it be possible to make it read all the users when they dont have to be in numericl sequence?

Thanks again for this lovely program.