andreafabrizi / Dropbox-Uploader

Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox, an online file sharing, synchronization and backup service.
https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/
GNU General Public License v3.0
6.56k stars 1.08k forks source link

Not working on Windows 11 WSL (Windows Subsystem for Linux - Ubuntu 20.04) #564

Open CikoXp opened 2 years ago

CikoXp commented 2 years ago

The uploader is not working on Windows 11 Subsystem for Linux (WSL) with Ubuntu 20.04 image. In short even if the setup is done well, the script stucks at curl request. After the command nothing appear and nothing happen.. only a black and empty terminal line is shown. Command: :~$ ./dropbox_uploader.sh list / Normal Result: :~$ _ Sometime appears: > Listing "/"... Rarely the result is followed by DONE but only in this case will be shown the folder list... I know very well the uploader because i use it on 5 different servers.. i have also used the debug option (-d) and checked the log files.. but haven't find something usefull to understand what's wrong here... Someone with the same issue?

ciko@DESKTOP-J7MO66U:~/dbx$ ./dbx.sh -d list / 1.0 Linux DESKTOP-J7MO66U 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux Ubuntu 20.04.4 LTS \n \l

As shown above, after the curl request nothing at all.. only the blinking white cursor, and nothing will happen till Ctrl+C. Sed, Grep and Curl installed and updated.. Really I don't know where to put hands..

808codist commented 1 year ago

Installed and ran it today on my WSL2 (Debian) - works fine.