how to send database from emulator to ftp server in android

ROHAN KAPOOR

ROHAN KAPOOR

@rohan-kapoor-mMxRbC Oct 26, 2024
sir, i want to send my database which is in sqlite database in phone to the remote ftp server.i am not able to find out how to send it.I searched on net but only i found is how to send file.I am able to send file. but if i send my databse in file.how i will retrieve it on server side.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 May 5, 2012

    ROHAN KAPOOR
    sir, i want to send my database which is in sqlite database in phone to the remote ftp server.i am not able to find out how to send it.I searched on net but only i found is how to send file.I am able to send file. but if i send my databse in file.how i will retrieve it on server side.
    You cannot update a database through FTP Client... FTP Client connects to Port 21 and Database Client connects to Port 3306 (in case of MySQL). So, you would be needing a Database Client like MySQL GUI Tools (in case of MySQL) to connect to remote database and update it. 😀