You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From other applications, I would like to be able to upload a file to SFTP storage. This is especially useful if the file is not (easily) found on local storage, e.g. a PDF attached to an email
Examples:
Photos from Camera/Pictures app (which can be selected from DCIM folder today)
Documents attached to emails. Today I would have to save them to local storage, then update. And remember to clean the old file
Ideally, this would open a "Select folder" wizard where user can select the SFTP connection and the the fodler within the server, then clicking a confirm button to start the upload.
I don't work with Android apps since quite long time, but I am knowledgeable and I could try to provide consulting and/or some coding to the author about this feature.
The text was updated successfully, but these errors were encountered:
I am asking the exact opposite of #4
From other applications, I would like to be able to upload a file to SFTP storage. This is especially useful if the file is not (easily) found on local storage, e.g. a PDF attached to an email
Examples:
This is implemented with the android.intent.action.SEND intent.
Ideally, this would open a "Select folder" wizard where user can select the SFTP connection and the the fodler within the server, then clicking a confirm button to start the upload.
I don't work with Android apps since quite long time, but I am knowledgeable and I could try to provide consulting and/or some coding to the author about this feature.
The text was updated successfully, but these errors were encountered: