Skip to content

Instantly share code, notes, and snippets.

@sawamur
sawamur / eyefi_receiver.rb
Created January 12, 2010 06:02 — forked from darashi/eyefi_receiver.rb
Eye-fi reciver for sinatra
#!/usr/bin/ruby
#
# Eye-fi receiver
# -- An imcomplete implementation of Gallery Remote Protocol Server
# by SHIDARA Yoji <dara@shidara.net>
#
# see http://codex.gallery2.org/Gallery_Remote:Protocol
#
require 'fileutils'
require 'sinatra'