bugAVR Downloader/UploaDEr - Bugs: bug #6764, -U syntax doesn't allow full paths...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #6764: -U syntax doesn't allow full paths in Windows

Submitter:  Eric Weddington <arcanum>
Submitted:  Tue 25 Nov 2003 06:28:08 PM UTC
   
 
Category:  None Severity:  4 - Important
Priority:  7 - High Item Group:  None
Status:  None Privacy:  Public
Assigned to:  joerg_wunsch Originator Name: 
Open/Closed:  Closed Release:  None
Programmer hardware:  Device type: 

Wed 26 Nov 2003 10:06:27 PM UTC, comment #1: 

Rev. 1.88 of main.c fixes this bug.  To specify a filename
that contains a colon, the trailing :format specifier is
no longer optional in this case.

Joerg Wunsch <joerg_wunsch>
Group administrator
Tue 25 Nov 2003 06:28:08 PM UTC, original submission:  

The syntax for -U won't allow for full pathnames in Windows due to drive letter specification. Example:
-U flash:r:"e:\test.hex"

The parsing is done on the colon first, not grouping on quotes. Doulbe quotes would also be needed to handle spaces in the pathname, which is allowable on Windows. Example:

-U flash:r:"e:\This is a subdir\this is a test.hex"

Eric Weddington <arcanum>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2003-11-26 joerg_wunsch Open/ClosedAnalyzed Closed
2003-11-26 joerg_wunsch Assigned toNone joerg_wunsch
    Open/ClosedOpen Analyzed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code