|
|
Auto-upload Files With Filezilla And Autohotkey | ||
Discussion by jespert with 0 Replies.
Last Update: July 26, 2008, 9:08 am | |||
![]() |
|
|
If your web host only allows FTP access and not shell access then you have to edit files locally and then upload them. If you are debugging your website that means making a lot of changes to a file or files and lots of manual uploads after each change to a file. FileZilla works great to upload and download files to a remote FTP site and it even allows you to set a default editor so you can right click on a remote file and click view/edit. It then downloads the file to a temporary directory and monitors any changes made to the file. When it detects that you have saved the file, it pops up a dialog box asking if you want to upload the file. Instead of having to manually switch to the FileZilla window and click the button to upload, you can automate the process with an AutohotKey script.
WinWait,File has changed
ControlClick,Button2,File has changed
}
The first time you attempt to upload a file that exists, another window will pop up asking if you want to overwrite the file. I recommend telling it to always overwrite the file so you don't have to be bothered with this window in the future.
This is just one example of using AutoHotkey to make your life easier. Enjoy!
CODE
Loop{WinWait,File has changed
ControlClick,Button2,File has changed
}
The first time you attempt to upload a file that exists, another window will pop up asking if you want to overwrite the file. I recommend telling it to always overwrite the file so you don't have to be bothered with this window in the future.
This is just one example of using AutoHotkey to make your life easier. Enjoy!
Similar Topics:
Sendspace Upload share Files Up T...
Yes guys, now this is the best of them all, 1200 times better then rapidshare and megaupload and all the others, even better then filefactory.com .
Now you can upload more then 1 Gb of files (in one compressed file for example) and share the link with your friends wich all of them can d ...more
How To Transfer Files Directly From...
Php Upload Files To Secure Director...
Hello all you great PHP peeps. I'm trying to upload a few PDF documents that I scanned for the clients, like invoices, confidentiality agreements, etc. I want them to register, login, and be able to see their profile and documents they have access to. I will either FTP the files via Filezilla ...more
Redirecting Visitors To Different Page Explains two methods. (12)
|
(1) Nice Effects With Picture Viewing/manupulating ...
|
Loading...
HOME 






