Davidlzl / chrome-download-assistant

Automatically exported from code.google.com/p/chrome-download-assistant
0 stars 1 forks source link

Problem with space in download folders path #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In Linux(don't know about win version) download any file with a command line 
downloader like wget or aria2
2. Select a folder in which's path, there is any folder with space. Like 
/media/Videos Audio/etc

What is the expected output? What do you see instead?

The pop up said download complete but it won't even start download.

What version of the product are you using? On what operating system?

Latest form chrome extension managers. On Linux. Problem happens with aria2 and 
wget

Please provide any additional information below.
Most likely when the extension called the download manager with command line, 
the path is given without any " " signs around them. That's why the download 
program won't find the path and download manager just exit.

Most likely changing the command line options and surrounding $FILE_NAME 
variable with quote signs("") solve the problem.

Original issue reported on code.google.com by ridowan...@gmail.com on 11 Nov 2011 at 11:01