Hello everyone, I have a website and on this website I would like to use it to send and receive data from a text file in txt format. to receive data use HttpClient
my question is the following: Can I use my website to send the txt file without using FTP? I want that any person can send text to the txt document of the website through your phone with my application.
Yes. However I recommend you to use HttpUtils2. Downloading text files is simple.
Uploading is more difficult. You will need to create a PHP script that accepts the file. Also note that you do not want to allow anyone to upload files to your server.