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

uses all space on Drive C when trying to upload a large file to google drive #26

Closed rgjoyce closed 6 years ago

rgjoyce commented 6 years ago

When I start the java app just by double clicking it, I get no console window. Not a problem because ftp in filziezilla does connect to the google drive it seems. However, i am trying to upload a 1Tb file. I had 20Gb free on my C drive, the file being sent is on I: drive. I start the transfer and it uses all my space on drive C until its full, then crashes.

andresoviedo commented 6 years ago

The app uses intermediate files to guess content-type of files. I am gonna try to make the app not using these intermediate files and upload the file directly to google drive.

andresoviedo commented 6 years ago

No more intermediate files. Working directly with streams. Fixed in v1.6.0