Pankaja13 Posted October 2, 2011 Posted October 2, 2011 Hey everyone.... This is my first post, so please excuse any mistakes I've made.....or delete this post entirely I am constantly leaving my projects and homework at my desktop at home. I was thinking coding a program in auto it to solve this... I want to email the exact location of the file to my PC and then auto it to upload it somewhere on-line (cloud storage, rapidshare, etc) (Not FTP, it's not supported by my service provider). I would also settle for emailing it to myself with the attachment... Can someone point me in the right direction?? Thx...
BrewManNH Posted October 2, 2011 Posted October 2, 2011 Check out dropbox or one of the similar services. With Dropbox, you get storage and an auto uploader that syncs your local folder with one online, and if you have it on more than one computer, that folder is synced to all of them that are running the Dropbox service. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! Reveal hidden contents I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
Pankaja13 Posted October 2, 2011 Author Posted October 2, 2011 already tried dropbox but I need something a little more precise..... thx for you reply anyway
Unsigned Posted October 2, 2011 Posted October 2, 2011 So, as I understand it....you essentially want to be able to browse your home PC remotely, and retrieve files on the fly? .
Pankaja13 Posted October 2, 2011 Author Posted October 2, 2011 Tried Team Viewer and similar but uses too much bandwidth and it's really laggy... I just want the script to upload a file to an online server and then access the link from else where...
Unsigned Posted October 2, 2011 Posted October 2, 2011 On 10/2/2011 at 4:11 AM, Pankaja13 said: I want to email the exact location of the file to my PC and then auto it to upload it somewhere on-line...Maybe you could try setting up your home computer as an FTP server. .
BrewManNH Posted October 2, 2011 Posted October 2, 2011 On 10/2/2011 at 4:52 AM, Pankaja13 said: already tried dropbox but I need something a little more precise.....thx for you reply anywayPrecise in what way? That would help understand what it is you're trying to achieve, because frankly I don't understand it right now. Unsigned 1 If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! Reveal hidden contents I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now