Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Closed
DamirPorobic opened this issue May 27, 2018 · 3 comments
Closed

Add FTP upload to ksnip #104

DamirPorobic opened this issue May 27, 2018 · 3 comments

Comments

@DamirPorobic
Copy link
Member

Ksnip should support image upload to FTP servers provided by the user

@DamirPorobic DamirPorobic self-assigned this May 27, 2018
@DamirPorobic DamirPorobic removed their assignment Dec 12, 2018
@DamirPorobic DamirPorobic added this to the v1.6.0 milestone Apr 2, 2019
@DamirPorobic DamirPorobic removed this from the v1.6.0 milestone Feb 2, 2020
@DamirPorobic
Copy link
Member Author

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.

@DamirPorobic
Copy link
Member Author

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

@DamirPorobic DamirPorobic self-assigned this Sep 16, 2021
DamirPorobic added a commit that referenced this issue Sep 19, 2021
@DamirPorobic
Copy link
Member Author

Ftp upload added, please test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant