lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev EXTERNAL:ftp


From: Jason F. McBrayer
Subject: Re: lynx-dev EXTERNAL:ftp
Date: 26 Jun 1998 08:25:01 -0600

>>>>> "JP" == John Poltorak <address@hidden> writes:

JP> Does LYNX have any problem passing paths with drive letters to
JP> external programs? 

No.

JP> I just tried to invoke WGET to retrieve a file and dump it in
e> /incoming, but this would not work. /incoming works OK, but this is
JP> actually c:\incoming. I would prefer to store things on a different
JP> drive.
 
You can't use colons in EXTERNAL, PRINTER, DOWNLOADER, UPLOADER,
etc. specifications.  Well, actually, you can; you must backslashify
them.  For c:\incoming, you must say:

EXTERNAL:http:start "Saving location" /c /f wget -P c\:/incoming -nd %s:TRUE

or

EXTERNAL:http:start "Saving location" /c /f wget -P c\:\\incoming -nd %s:TRUE

since if you use backslashes in a path you must also backslashify them.

-- 
+----------------------------------------------------------------+
| Jason F. McBrayer              address@hidden |
| The scalloped tatters of the King in Yellow must hide Yhtill   |   
| forever.                    R.W. Chambers _The King in Yellow_ |

reply via email to

[Prev in Thread] Current Thread [Next in Thread]