Based on Chrono's upload to ftp tool (
https://www.donation...ndex.php?topic=493.0), i created a new tool that can be configured with SC, to upload images to and ftp very fast.
The best feature about it, is that you can set a final url, that'll be changed with the name of the file you upload, and copyed to clipboard.
Since most of the times, if you upload an image to an ftp, you want to paste it's name elsewhere, this tool, after uploading the file, will place it's url in the clipboard.
It's syntax is the following:
FtpUploader.exe FTPURL USERNAME PASSWORD FILENAME FILEURL
ex: FtpUploader.exe ftp.FooBar.com FooUser FooPassword Screenshot.png
http://foobar.com/foouserThe final url copied to the clipboard is "fileurl/filename". In this example, it'd be
http://foobar.com/foouser/Screenshot.pngIf you don't wish to use with the copy to clipboard function, just don't put anything under FILEURL, and nothing will be copied.
This script is directed essentially at the SC's external tools configuration, so, here's the instructions on how to configure it on SC:
- Goto tools menu -> configure external tools.
- Click Add.
- Select some name for it (like for example: "upload to ftp").
- Browse for it's file
- Fill "arguments" field with FTPURL USERNAME PASSWORD "%file%" FILEURL.
You can get the compiled version
here.
Or the .ahk file
here.