Hi, We are having trouble meeting a requirement to transfer a 50mb file size. We are using the webservice to transmit the file. We’ve noticed that the file has a Base64 encoding which adds to our file size. Making our 38mb file larger than 50mb. Does anyone know how we can reduce this file size bloating so that we can upload a file that is actually closer to 50mb? Thanks
asked
Javan Berry
1 answers
0
You could take a look at the SFTP module in the appstore as an alternative way to transfer large file sizes. It works in the standard cloud and you would only need a SFTP server to talk to.
Note this is Secure File Transfer Protocol and not FTP over SSH.