android copy text file/folder to server
-
wrote on 29 Jun 2017, 09:54 last edited by
Hi,
I'm writing an application and it is running on android platform. This application does create a text file and I need to push it to a server, this server is running on ubuntu. Is it possible to copy/transfer the file from the android to a linux server?
I'm hoping someone can able to point me to right direction how to do it. I have been google around, but no luck.
Thanks.
-
Hi,
I'm writing an application and it is running on android platform. This application does create a text file and I need to push it to a server, this server is running on ubuntu. Is it possible to copy/transfer the file from the android to a linux server?
I'm hoping someone can able to point me to right direction how to do it. I have been google around, but no luck.
Thanks.
wrote on 29 Jun 2017, 10:50 last edited byMost likely you can do this with QNetworkAccessManager as well. The download I have already.
Unfortunately only a download example is available in the doucmentation.
-
Most likely you can do this with QNetworkAccessManager as well. The download I have already.
Unfortunately only a download example is available in the doucmentation.
wrote on 29 Jun 2017, 11:52 last edited by@koahnig Thanks. yeah, i got that working on my app as well. But i need to make the result file able to access from the network as well. I'm think to make a folder shareable via samba/web server or ftp??
what is the best way?
thanks.
-
@koahnig Thanks. yeah, i got that working on my app as well. But i need to make the result file able to access from the network as well. I'm think to make a folder shareable via samba/web server or ftp??
what is the best way?
thanks.
-
wrote on 19 Sept 2017, 14:14 last edited by
This has been resolve which i'm using the example from https://stackoverflow.com/questions/23344370/qhttpmultipart-upload-multiple-files.
thanks