Hacker News new | ask | show | jobs
by tommiegannert 1086 days ago
I wrote a custom FTP->GDrive proxy daemon for use by my scanner. (I wanted USB->GDrive, but it turns out my Brother scanner wouldn't allow me to override scanning parameters on its display for USB, but it does for FTP...)

What are you using for this transfer?

1 comments

I use a simple inotify script on the receiving FTP server that waits for a new file descriptor to close and then uses rclone to upload it.