[tahoe-dev] Getting my root writecap for the production grid
Peter Secor
secorp at allmydata.com
Wed Jul 30 13:59:45 PDT 2008
Hi Ian,
We have a service running on our production network which, given a
valid user and password, will return a base uri for that account.
Here is some example html code:
<form id="form-native-client-test" name="native-client-test" method=POST
action="https://www.allmydata.com/native_client.php">
<table>
<input type="hidden" name="action" value="authenticate">
<tr><td>Email</td><td><input type="text" name="email"</td></tr>
<tr><td>Password</td><td><input type="password" name="passwd"</td></tr>
<tr><td></td><td><input type="submit" value="Login"></td></tr>
</form>
Brian will probably comment on some of the issues associated with
this and what will change going forward when we implement accounting.
Hope this helps,
Peter
Ian Levesque wrote:
> Hi,
>
> I've been working on a custom tahoe client. It appears to work great
> on my local Tahoe 1.1 node, so I'd like to try it with my
> Allmydata.com account on the production grid. I've skimmed some of
> the FUSE client sources, but I don't see how I should lookup my
> Allmydata.com account's caps given the username and password, nor what
> URL I should use to get to the production grid.
>
> I figure someone on here has covered this ground before, any help
> would be greatly appreciated!
>
> Thanks,
> -Ian
> _______________________________________________
> tahoe-dev mailing list
> tahoe-dev at allmydata.org
> http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
More information about the tahoe-dev
mailing list