Hi All,

I'm trying to connect to SourceForge's file release server. To do so, you need to pass <username>,<project> as the sftp user ID. I'm able to connect with:

lftp sftp://<username>,<project>@frs.sourceforge.net

but I'm prompted for a password (even though I have shared keys with the server). Is there a way to configure lftp to not prompt for password when using this method?

I've tried the -u [username[,password]] method and tried to work around the comma in the username via the following:

lftp -u <username>\,<password> sftp://frs.sourceforge.net
lftp -u "<username>,<password>" sftp://frs.sourceforge.net

But neither of them worked.

Is there some other way to pass a comma in a username and still use shared key authentication (vs. password)?

Thank you,

Chris

--
Chris Sutcliffe
ir0nh...@gmail.com
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to