AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Dropbox - Free 2GB Online storage, backup/sync/share [URL]
Goto page 1, 2  Next
 
Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
daonlyfreez



Joined: 16 Mar 2005
Posts: 949
Location: Berlin

PostPosted: Thu Oct 23, 2008 8:03 pm    Post subject: Dropbox - Free 2GB Online storage, backup/sync/share [URL] Reply with quote

Dropbox
Quote:
What exactly is Dropbox?

- Dropbox runs in the background on your desktop.
- Sync your files automatically to your computers and the web.
- Sign in and access your files from any browser or mobile device.
- Sharing files with your friends and family is just two clicks away.
- View your photos in a gallery and share them easily with anyone.

They offer clients for Windows (XP, Vista), Mac OS X and Linux.

The Windows client is huge (14 MB), but seems to work fine. You don't need a client to work with Dropbox, but it sure helps...

Cool
_________________
mirror 1mirror 2mirror 3ahk4.me • PM or
Back to top
View user's profile Send private message
tidbit



Joined: 09 Mar 2008
Posts: 1807
Location: Minnesota, USA

PostPosted: Thu Oct 23, 2008 9:24 pm    Post subject: Reply with quote

thank you very much. I shall try this out.
and 14MB isn't huge Razz
1 minute download at 160KB/s (max of 256)
I just hope theres no "delete file in 7 days" type thing.

hmmmm. it seems to disable my internet connection. I cannot goto any webpages and my messengers crashed. I had to uninstall to get my connection back. Oh well. Maybe because I'm wireless?
_________________
rawr. be very afraid
*poke*
Note: My name is all lowercase for a reason.
Even monkeys fall from trees. - Japanese proverb
Back to top
View user's profile Send private message
Chavez



Joined: 20 Aug 2008
Posts: 256

PostPosted: Fri Oct 24, 2008 7:19 am    Post subject: Reply with quote

Quote:
Dropbox allows you to store up to 2 GB free of charge. Dropbox reserves the right to terminate Free Accounts at any time, with or without notice. Without limiting the generality of the foregoing, if a Free Account is inactive for ninety (90) days, then Dropbox may delete any or all of Your Files without providing additional notice.

_________________
-Chavez.
Back to top
View user's profile Send private message MSN Messenger
daonlyfreez



Joined: 16 Mar 2005
Posts: 949
Location: Berlin

PostPosted: Fri Oct 24, 2008 9:03 am    Post subject: Reply with quote

Hmm, installation on my machine (XP SP3, network) went without problems...

Oh, and good to know there is an "inactivity" clause...

I only found out about this one yesterday, haven't done much with it yet, but it sure looks promising (and it's multi-platform, I like...)
_________________
mirror 1mirror 2mirror 3ahk4.me • PM or
Back to top
View user's profile Send private message
daonlyfreez



Joined: 16 Mar 2005
Posts: 949
Location: Berlin

PostPosted: Sat Oct 25, 2008 9:23 pm    Post subject: Reply with quote

Ok, this turned out to be very nice indeed. Here are some screenshots (hosted in the public folder of my Dropbox)

The Dropbox folder on my system (and it's system tray)



The Webinterface



Some AutoHotkey file I have been working on



and it's revisions (so I simply save the script inbetween, and if needed, I can return to a previous version)



And here the screenshots you see now hosted in the public folder



(one remark: if you move a file around in your dropbox, the revisions will be lost)

Dropbox blog wrote:
So, what do people use Dropbox for? We have people sharing documents between their colleagues at work, grandparents sharing pictures of their grandkids with the rest of their family, and students utilizing our versioning feature for projects. The possibilities are really only limited by imagination and, well… bandwidth. The team at Dropbox continues to be amazed at how many of our users find new and novel ways of… thinking outside the (Drop)box. Sorry, couldn’t resist.

Here are a few uses that we found particularly cool:

- Several of our users use Dropbox to synchronize chat logs (for MSN, AIM, etc.) across all computers of an account.

- One user set up his webcam to record video once motion is detected, with the resulting file being dumped into his Dropbox. He uses this combination as a security system of sorts when he’s out of town.

- Other users have managed to add some convenience to their work routine by routing incoming faxes to their Dropbox folders.

- Some of our more hardcore gamers have used Dropbox to synchronize their mods and customizations for games like World of Warcraft.

- We’ve even had some people run full websites out of their public directory, making uploading updates to FTP servers a thing of the past.

There are still tons of uses that haven’t been explored yet, and we’re anxious to see what else Dropbox can be used for.

_________________
mirror 1mirror 2mirror 3ahk4.me • PM or
Back to top
View user's profile Send private message
n-l-i-d
Guest





PostPosted: Fri Oct 31, 2008 11:59 am    Post subject: Reply with quote

Let me report (and bump) on this again...

So far working as expected, very nicely...

One thing: moving or renaming files makes the revisions go "lost", apparently DropBox treats them as deleted/added, so keep this in mind (you could restore the renamed file though).

Cool
Back to top
BeetleTX330



Joined: 09 Jun 2005
Posts: 30

PostPosted: Fri Dec 12, 2008 1:56 am    Post subject: Reply with quote

My first concerns are about security: I must consider the possibility that the app running in the background can and may access my (private) data and do who knows what else.

Maybe I will feel more secure if I ran the Dropbox app under a newly-created NT account and modifed the NTFS permissions to allow that account access to ONLY the local Dropbox folder (and the system ones it needs in order to run) so that the app is locked down from ALL other drives and folders?

What do y'all think?
_________________
-- Thanks, BeetleTX330
Back to top
View user's profile Send private message
Maestr0



Joined: 18 Oct 2008
Posts: 159

PostPosted: Sat Feb 27, 2010 10:32 am    Post subject: Reply with quote

BeetleTX330 wrote:
My first concerns are about security: I must consider the possibility that the app running in the background can and may access my (private) data and do who knows what else.

Maybe I will feel more secure if I ran the Dropbox app under a newly-created NT account and modifed the NTFS permissions to allow that account access to ONLY the local Dropbox folder (and the system ones it needs in order to run) so that the app is locked down from ALL other drives and folders?

What do y'all think?


I think I'm going to try making a script that does some of the things dropbox does, namely compare and synchronise certain files in a certain folder with a folder on my personal FTP.

I'll be trying to get it to use an SFTP commandline for it.

The main reason for making this script is because I hate the fact that dropbox is not portable, though there is a hack on their forums that kinda makes it portable, though not for the latest version.

I do my own manual version control, so yeah, I don't care about that part Smile

Any thoughts?
Back to top
View user's profile Send private message
haichen



Joined: 05 Feb 2007
Posts: 189
Location: Osnabrück, Germany

PostPosted: Sat Feb 27, 2010 12:55 pm    Post subject: Reply with quote

If you've a free account you can get some more space (250 MB) by invite your friends.

Here's my invitation for you:
https://www.dropbox.com/referrals/NTEzOTEzMjE5

And this is the link to the portable:
http://forums.dropbox.com/topic.php?id=7729

One interesting point for some of you:
The latest versions can sync the dropbox very fast over your lan.

have a nice day.
Back to top
View user's profile Send private message
Maestr0



Joined: 18 Oct 2008
Posts: 159

PostPosted: Sat Feb 27, 2010 7:37 pm    Post subject: Reply with quote

tx, I tried that portable edition, keeps trying to update and then stops working :/

thanks for the invite
Back to top
View user's profile Send private message
noise



Joined: 14 May 2009
Posts: 57
Location: UK

PostPosted: Sun Feb 28, 2010 3:15 pm    Post subject: Reply with quote

haichen wrote:
If you've a free account you can get some more space (250 MB) by invite your friends.

Here's my invitation for you:
https://www.dropbox.com/referrals/NTEzOTEzMjE5

And this is the link to the portable:
http://forums.dropbox.com/topic.php?id=7729

One interesting point for some of you:
The latest versions can sync the dropbox very fast over your lan.

have a nice day.


Excellent thanks/

dropbox wrote:
Thanks for registering for Dropbox! For accepting Rainer Friebel's invitation, we've awarded you 250 MB of bonus space. You now have a total of 2.25 GB on Dropbox!


Smile
Back to top
View user's profile Send private message Visit poster's website
haichen



Joined: 05 Feb 2007
Posts: 189
Location: Osnabrück, Germany

PostPosted: Sun Feb 28, 2010 10:59 pm    Post subject: Reply with quote

Quote:
Excellent thanks/

dropbox wrote:
Thanks for registering for Dropbox! For accepting Rainer Friebel's invitation, we've awarded you 250 MB of bonus space. You now have a total of 2.25 GB on Dropbox!


Smile


It's me to say thanks.
haichen Very Happy

Here is another link about an AutoIt program for dropbox users.
"This little program allows you to send files and/or folders directly from the Explorer context menu to your Dropbox/Public folder. Afterwards, the corresponding links to the files will be copied to your clipboard, so you can paste them right away in the instant message or email you prepared the files for."
http://www.asymmetrics.nl/dropbox/public


And for german readers: how to use a truecrypt container in the dropbox.
(If the timestamp is unchanged the dropbox only uploads a diff!)
http://stadt-bremerhaven.de/dropbox-und-truecrypt-verschluesselte-daten-in-der-cloud/
Back to top
View user's profile Send private message
daonlyfreez



Joined: 16 Mar 2005
Posts: 949
Location: Berlin

PostPosted: Wed May 05, 2010 9:47 pm    Post subject: Reply with quote

Before signing up, consider using a referral link for more diskspace.

Go to this thread, and after signing up via a referral link, post your own referral link back.

Cool

HTH
_________________
mirror 1mirror 2mirror 3ahk4.me • PM or
Back to top
View user's profile Send private message
loltoggle



Joined: 17 Feb 2010
Posts: 44

PostPosted: Mon Aug 23, 2010 11:19 am    Post subject: Reply with quote

I used someone elses ^ link to sign up. pretty good service Wink

appreciate it if anyone would use mine
http://www.dropbox.com/referrals/NTEwMzk3MzA4OQ

bty that other thread is locked :S
Back to top
View user's profile Send private message Visit poster's website
Rapte_Of_Suzaku



Joined: 29 Feb 2008
Posts: 900
Location: Vault 7

PostPosted: Fri Oct 01, 2010 12:36 am    Post subject: Reply with quote

Ran across this thread... so I may as well: http://www.dropbox.com/referrals/NTEzNjIyNTI5

And if you register with a .edu address, you'll get twice the bonus space.

To tie this all back to AHK a bit more, I have AHK and all my scripts saved in my Dropbox. It keeps my scripts synced between multiple computers, and for simple AHK scripts it could function as a simple code subversion system.
_________________
Debugging,Container,FileContainer,Object Preferences,ShellFileOperation
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group