Android Question How to send a file from my android to my computer

Bergin

Member
Licensed User
Hi everybody,
My Apps is making a KVS file that I want to transfer to my computer. Of course I want to make it programatically and I would like to use wifi (or bluetooth but not a USB cable).
I thought an email could be a good option but amongst all the posts I read I cannot find an EASY way to make.
Does someone know how to make it ?
thanks,
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4A_TE0DsBaDFl.png


This open Windows Explorer with the path to B4A-Bridge ftp server. Very useful.
 
Upvote 0

Bergin

Member
Licensed User
Thanks for the link !
In fact, I already did many searches and have looked at many threads but never found the right ideas. That's why I finally decided to make a post.
Let me try to be more specific :
- the file I want to send from my Apps will always be the same : no need to browse and select it
- the transfer must be made with lines of code only and without any human interaction
- the file can be sent to :
* a computer, (directly in a specific folder),
* a mail box
* any places which can be access from a computer
- the transfer must not use USB cable
- the transfer must be wireless : bluetooth of wifi (the phone where my Apps is, has no 3G/4G connection,)
- the transfer must be done without any installation of a software on the PC

cordialement !
 
Upvote 0

Bergin

Member
Licensed User
Thanks Erel (your post appears after mine)
I did not know we could do that.
However, I am looking for something embedded in my Application.
 
Upvote 0

netsistemas

Active Member
Licensed User
Longtime User
I use:
- SAMBA (folder shared in a PC and one USER WITH PASSPWORD. This need the PC and ANDROID Device are in same netwoork)
- DROPBOX (there are a library for this.)
- FTP or SFTP
 
Upvote 0
Top