PneumaticTube icon indicating copy to clipboard operation
PneumaticTube copied to clipboard

Command line Dropbox uploader for Windows

Results 16 PneumaticTube issues
Sort by recently updated
recently updated
newest added

Running PT on about 10 machines without a problem. Installed on the 11th and it works for a while (a couple of hours I guess, maybe fewer) and then throws...

just wanted to get this loged here in case someone else get this error, `malformed_path` when destination folder end with backslash `\` ``` > pneumatictube -f \\homeassistant.local\backup\ -p home_assistant_backups\ Uploading...

Hello, Does PneumaticTube supports working with proxy ? Tried setting http_proxy and https_proxy with no success. Please advise :-) Thank you Etay G

Updated chunks to 10MiB to vastly improve speed. Fixed int32 overflow with files >2GiB. Uploaded files now preserve modified timestamp.

Hi, I cannot upload more than 3 files. At the fourth file this application crashes with: ``` An error occurred and your file was not uploaded. System.AggregateException: Mindestens ein Fehler...

If using a malformed path, the error is thrown at the end of an upload - not at the beginning. This is problematic with uploads that take a very long...

Receiving below error when uploading a file, size is 57 KB ###################################################################### Uploading KP.kdbx to /Mahesh Ctrl-C to cancel An error occurred and your file was not uploaded. System.AggregateException: One...

Uploading Backup20180809.rar to /Backups Ctrl-C to cancel File is larger than 150MB, using chunked uploading. An error occurred and your file was not uploaded. System.AggregateException: One or more errors occurred....

I just updated to version 1.3.0.0 for the API update. When using forced chunked uploading (-c), files that are > 128k in size work fine, anything smaller fails. Testing method:...

The Dropbox authentication URL is opened using Process.Start(url), which should open the URL in the default browser. But it's possible for this to fail if the default browser configuration is...