HP3000-L Archives

July 2011, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Keven Miller <[log in to unmask]>
Reply To:
Keven Miller <[log in to unmask]>
Date:
Mon, 11 Jul 2011 10:39:35 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
----- Original Message -----
From: "James B. Byrne" <[log in to unmask]>
To: <[log in to unmask]>
Sent: Monday, July 11, 2011 09:07 AM
Subject: [HP3000-L] Need help with CurlFTPfs


> curlftpfs -o user=userid.acct:userpw,acctpw host.domain.tld
>

It appears that the comma could be creating an issue.
How about
   curlftpfs -o user="userid.acct:userpw,acctpw" host.domain.tld


Or in the netrc file
#.netrc
 machine host.domain.tld
 login userid.acct
 password userpw,acctpw

OR
 password "userpw,acctpw"


Keven Miller

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2