mintUpload services from mint-space

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
grimdestripador
Level 6
Level 6
Posts: 1051
Joined: Fri Feb 16, 2007 2:26 am

mintUpload services from mint-space

Post by grimdestripador »

I signed up for a mint-space account and have had a look at the sourcecode and saw that it reads text files from /usr/lib/linuxmint/mintUpload/services folder. I changed the username and the pass to match my mint-space account. I tried using your domain, i tried using my domain.
What syntax to I type to access my mintspace storage.?

This is where i started from, what do I change to make it mint space friendly?

Code: Select all

eagle@tenor:/usr/lib/linuxmint/mintUpload/services$ cat Default 
name=Default
host=linuxmint.com
user=xxx
pass=yyy
space=http://files.mint-space.com/getfreespace.php
url=http://files.mint-space.com/getfile,<TIMESTAMP>,<FILE>.html
maxsize=10000000
persistence=2
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
clem
Level 12
Level 12
Posts: 4308
Joined: Wed Nov 15, 2006 8:34 am
Contact:

Post by clem »

You should leave the Default file in there and revert your changes (sudo aptitude reinstall mintupload). This way you'll still have access to the free service.

To use your own account (I thought Michael would have sent you info on this...) you need to create a new file (let's call it mintSpace for instance) and put the following in it:

Code: Select all

name=Mint-Space
host=mint-space.com
user=YOURUSERNAME
pass=YOURPASSWORD
path=mintupload
space=http://customer.files.mint-space.com/getfreespace.php?account=YOURUSERNAME
url=http://customer.files.mint-space.com/getfile,<TIMESTAMP>,<FILE>,YOURUSERNAME.html
maxsize=1000000000
persistence=7
Clem
PS: I edited your post.. please don't post your username/password publicly...
Image
User avatar
grimdestripador
Level 6
Level 6
Posts: 1051
Joined: Fri Feb 16, 2007 2:26 am

Post by grimdestripador »

I write up a mintWiki article concerning mintUpload.

http://www.linuxmint.com/wiki/index.php ... _mintSpace
Locked

Return to “Software & Applications”