iterate-ch / cyberduck

Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
https://cyberduck.io/
GNU General Public License v3.0
3.27k stars 290 forks source link

Usability issues with segmented large uploads #7677

Closed cyberduck closed 10 years ago

cyberduck commented 10 years ago

b7e3126 created the issue

When loading a 4 gb file it breaks into hundreds of 5mg files, in a single Rackspace file, becoming are hundreds of separate chunks that cannot be put back together. Consequently, no file over 2gb can be loaded using Cyberduck. Any file over 2gb is unusable because it is segmented into 5 mg little blocks in Rackspace.

cyberduck commented 10 years ago

@dkocher commented

There is also a manifest file uploaded with the original filename that references the segments. Cloudfiles will return the full file when linking to this this manifest file.

cyberduck commented 10 years ago

@dkocher commented

Refer to the Cloud Files FAQ.

cyberduck commented 10 years ago

b7e3126 commented

You need to let Rackspace know they need to train their tech support on this right away!! They do not have a clue about this Cyberduck configuration problem of manifesting a file over 2gb. They are losing customers in droves and promising they will have their file loader up some time soon. Maybe months from now. But this is a serious problem. We have switched to another lessor company then Rackspace because it caused unworkable problems for us.

cyberduck commented 10 years ago

b7e3126 commented

This manifest file is to complicated to use... it needs to show one file to load.... not a lead manifest file. You need to reconfigure it to operate the way it was before this 'upgrade'.... the upgrade of breaking down files makes it to clumsy for users. Me and many other Cyberduck fans are out until you remedy the problem you have made.

cyberduck commented 10 years ago

@dkocher commented

You can disable the use of segemented uploads for files smaller than 5GB with the hidden setting openstack.upload.largeobject set to false.

We have opted to make this the default for files larger than 2GB as it allows to resume an interrupted file transfer. We have announced support for large uploads on our blog in Large Uploads for OpenStack Swift.

cyberduck commented 10 years ago

@dkocher commented

Duplicate for #7671.

cyberduck commented 10 years ago

b7e3126 commented

Your kidding right? That response may seem very simple to a programmer. But I am not. Please provide a button to select if I want to choose the 5mg as a default to assure restarting loading. Otherwise please have it default to constant streaming. It is a big mistake to default to segmented loading without making it much easier to recombine the whole file.

cyberduck commented 10 years ago

@dkocher commented

You do never ever have to recombine the whole file manually. This is done automatically by the server when the file is requested. Internally all segements stored in .file-segments/ are referenced by the manifest file uploaded. But when downloading, this is handled transparently and you don't need to know anything about segmented files.