Question: Blank spaces in pathname

Hello,

I used the folowing command, but the problem is that there is a blank space in the name of a directory.

 

!curl -m 3 -o /Users/John/Documents/P Admin/a.dat  --insecure https://www.google.com/?gws_rd=ssl;

 

I used macosx, and in a Terminal window the correct path must be written as :

/Users/John/Documents/P\ Admin/a.dat

 

But, impossible to set the right expression with Maple.

I used for instance:

!curl -m 3 -o /Users/John/Documents/P\\ Admin/a.dat  --insecure https://www.google.com/?gws_rd=ssl;

 

But it failed.

 

What is the right expression?

 

Best regards

Please Wait...