This is a .NET 4 app used to upload files parsed as arguments to an FTP server. This can be used in combination of Greenshot's external commands destination to quickly upload images.
- Either build the solution or use files in Binary folder.
- Copy config.example.ini to config.ini with your own values.
- [FTP] Address: address of your ftp server.
- [FTP] Username: username for your ftp server (can be
username
, oruser@domain.tld
). - [FTP] Password: password for your ftp server.
- [HTTP] Address: base URL for the destination, for example if your uploaded file is at
http://i.domain.tld/image.png
, the setting would be thehttp://i.domain.tld/
part.