-
-
Notifications
You must be signed in to change notification settings - Fork 198
Add FTP upload to ksnip #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We have now support for custom upload scripts. You can write your own upload script and ksnip will call it for you when you hit upload and try to parse the script output. #268 Might be an workaround until this feature is implemented. Check out latest continuous build. |
For ftpwe could use QNetWorkAccessManager: https://doc.qt.io/qt-5/qnetworkaccessmanager.html For sftp we need to use something like libssh: https://stackoverflow.com/questions/13691520/how-to-copy-a-file-in-c-c-with-libssh-and-sftp |
Ftp upload added, please test. |
Ksnip should support image upload to FTP servers provided by the user
The text was updated successfully, but these errors were encountered: