geekhack

geekhack Community => Off Topic => Topic started by: wellington1869 on Wed, 14 July 2010, 14:02:42

Title: send image directly from clipboard to ftp?
Post by: wellington1869 on Wed, 14 July 2010, 14:02:42
anyone know a way to do this?

scenario:

1. I hit alt-printscreen to capture current active window to clipboard
at this point i could control-V it into an application. BUT:
2. Instead, I'd like a way to save it to a file directly (not going thru Paint or etc), OR even better directly to an ftp location.

you'd think this would be a no brainer in the era of insta-blogs, but amazingly google has failed me so far.
Title: send image directly from clipboard to ftp?
Post by: wellington1869 on Wed, 14 July 2010, 14:05:15
update: never mind! Keep googling and ye shall find what ye seek:

http://www.instantfundas.com/2010/01/upload-windows-clipboard-content-to-ftp.html (http://www.instantfundas.com/2010/01/upload-windows-clipboard-content-to-ftp.html)

for the record, this is why i love windows. If you can imagine it, someone's written a free script for it.
Title: send image directly from clipboard to ftp?
Post by: wellington1869 on Wed, 14 July 2010, 14:06:20
update 2:  ok, while its a solution, i'd prefer not to use java... anyone know of any other solutions?
Title: send image directly from clipboard to ftp?
Post by: wellington1869 on Wed, 14 July 2010, 14:07:07
by the way I know jing does this very well, but jing is heavy and slow on my computer anyway; was hoping for a much simpler script. I suppose I could write one in AHK.
Title: send image directly from clipboard to ftp?
Post by: wellington1869 on Wed, 14 July 2010, 14:09:10
update 4: Once again, if you can imagine it, someone's written an autohotkey script for it! :-D
http://www.autohotkey.com/forum/viewtopic.php?t=50675&highlight=clipboard+file (http://www.autohotkey.com/forum/viewtopic.php?t=50675&highlight=clipboard+file)
Title: send image directly from clipboard to ftp?
Post by: itlnstln on Wed, 14 July 2010, 14:18:03
I like the "Snipping tool" in Windows 7.  It might not be quite as easy, but it does make things a lot faster.
Title: send image directly from clipboard to ftp?
Post by: wellington1869 on Wed, 14 July 2010, 14:20:10
Quote from: itlnstln;202673
I like the "Snipping tool" in Windows 7.  It might not be quite as easy, but it does make things a lot faster.


i forgot about that one. I'm on Xp still on my old laptop, but my tablet has win7. Will check it out.
Title: send image directly from clipboard to ftp?
Post by: hyperlinked on Wed, 14 July 2010, 15:46:18
Can you represent an FTP connection as a folder or a drive on your desktop and then have your program save to that folder/drive?
Title: send image directly from clipboard to ftp?
Post by: wellington1869 on Wed, 14 July 2010, 16:08:53
Quote from: hyperlinked;202697
Can you represent an FTP connection as a folder or a drive on your desktop and then have your program save to that folder/drive?


that would be neat;  Apparently novell's netdrive (free) can do that.  (http://www.engadget.com/2005/10/25/how-to-map-a-drive-to-your-ftp-server/). There might be other solutions; i remember reading about how to do this on godaddy's support site somewhere.
Title: send image directly from clipboard to ftp?
Post by: kishy on Wed, 14 July 2010, 16:14:44
I think...THINK...that Windows can do that on its own without third party software.

Might involve installing some part of IIS though.
Title: send image directly from clipboard to ftp?
Post by: wellington1869 on Wed, 14 July 2010, 16:17:16
Quote from: kishy;202711
I think...THINK...that Windows can do that on its own without third party software.

i'm thinking that too; IIRC the godaddy instructions didnt require third party software. That said, I vaguely remember trying it and finding the connection either unreliable or slow; i remember dropping the attempt after a while. Of course win7 might have improved on it, will have to look it up and try it I guess.
Title: send image directly from clipboard to ftp?
Post by: wellington1869 on Wed, 14 July 2010, 16:23:23
another ahk page about this (http://www.autohotkey.com/forum/topic18146.html). apparently its not easy in ahk either.
lots of visual basic scripts to do it tho.
Title: send image directly from clipboard to ftp?
Post by: wellington1869 on Wed, 14 July 2010, 16:25:35
actually i might stick with snag-it for now.  Just didnt want to put yet another program in my startup folder. I'll eventually mash together a right-click option, esp for images.

"right click -> send to ftp" done directly on the active window (or any image) in a single step would be ideal.  Oh and then automatically place the url into the clipboard :)
Title: send image directly from clipboard to ftp?
Post by: wellington1869 on Wed, 14 July 2010, 16:27:45
"clupper" and "tinygrab" might be lighter-weight versions of what snag-it does, as far as ftp-ing a captured screenshot easily.
http://www.ampercent.com/send-screenshots-files-folders-to-ftp-desktop/4767/ (http://www.ampercent.com/send-screenshots-files-folders-to-ftp-desktop/4767/)

"Right click the system tray icon to take a screenshot. After the screenshot is ready, hit the clup it button and the image is uploaded in your FTP account. The image URL is copied in your system clipboard so you can just perform a simple copy paste and add the image in a new blog post"

tinygrab (http://www.ampercent.com/take-screenshot-share-short-url/3304/) sounds pretty ideal.
Title: send image directly from clipboard to ftp?
Post by: d4rkst4r on Wed, 14 July 2010, 16:32:51
For printscreens, I use Gadwin Printscreen (http://www.gadwin.com/printscreen/). Lots of options, free.

For the FTPing, you could use a simple Python script that monitors a specific directory.
Title: send image directly from clipboard to ftp?
Post by: itlnstln on Wed, 14 July 2010, 16:37:05
You should be able to map a network drive and offload to it.
Title: send image directly from clipboard to ftp?
Post by: wellington1869 on Wed, 14 July 2010, 16:41:30
screensnapr  (http://screensnapr.com/go-full/)looks light too.

pickpick  (http://www.ampercent.com/portable-screen-capture-software/1287/)is a portable app, looks light.