curl-users
[ curl-Bugs-491367 ] windows path not handled properly
Date: Mon, 10 Dec 2001 16:16:51 -0800
Bugs item #491367, was opened at 2001-12-10 16:16
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=491367&group_id=976
Category: client module
Group: wrong behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: windows path not handled properly
Initial Comment:
Uploading a file to an ftp server from a Windows (2000
sp2) machine fails if a full path to the file is used.
Uploading the same file from the same location
succeeds if no path is used.
Sample input with path:
D:\TEMP> curl -u user:pass -T D:\TEMP\target.file
ftp://ftpserver/path/
Output:
curl: (25) Failed FTP upload: D:\temp\target.file: The
filename, directory name, or volume label syntax is
incorrect.
Sample input without path:
D:\TEMP> curl -u user:pass -T target.file
ftp://ftpserver/path/
Output:
% Total % Recieved % Xferd Average Speed
Time Curr.
Dload Upload Total
Current Left Speed
100 67233 0 0 100 67233 0 59445 0:00:01
0:00:01 0:00:00 192k
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=491367&group_id=976
Received on 2001-12-11