Add instructions, config files

pull/2/head
Dave Akerman 2015-01-02 09:38:59 +00:00
rodzic 7ecd61f28a
commit 3bc4b5bfa9
1 zmienionych plików z 0 dodań i 3 usunięć

3
ssdv.c
Wyświetl plik

@ -33,9 +33,6 @@ void ConvertFile(char *FileName)
sprintf(CommandLine, "ssdv -d /tmp/%s %s 2> /dev/null > /dev/null", FileName, TargetFile);
system(CommandLine);
// Upload to balloon.photos
sprintf(CommandLine, "curl -T %s ftp.daveakerman.com -Q \"TYPE I\" --user balloon@daveakerman.com:pi-in-the-sky 2> /dev/null > /dev/null", TargetFile);
system(CommandLine);
}
}