Can I put a SQLite database on a host that I only have FTP access to?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure, an SQLite database is just a file, and FTP is File Transfer Protocol. You will be able to put the database on the server, and get it back.
If you can execute programs, such as cgi scripts, on the server, those programs may be able to access the database as well, depending on how your host restricts the script/program.