1.Introduction
Description: Using this extension you can connect to a remote server and do various functions such as creating and deleting dirs, uploading and downloading files,etc.
Latest Version: 1
Released: 2020-12-31T18:30:00Z
Last Updated: 2020-12-31T18:30:00Z
Permissions: android.permission.INTERNET,android.permission.READ_EXTERNAL_STORAGE,android.permission.WRITE_EXTERNAL_STORAGE
2.Blocks
3.Documentation
- AfterChangeWorkingDirectory
Event invoked after 'ChangeWorkingDirectory' method with result and new working dir
success ~ boolean
newWorkingDir ~ string
- AfterCreateDirectory
Event raised after 'CreateDirectory' method with result
success ~ boolean
- AfterDeleteDirectory
Event raised after 'DeleteDirectory' method with result
success ~ boolean
- AfterDeleteFile
Event invoked after 'DeleteFile' file method with result
success ~ boolean
- Connected
Event indicating that connection to FTP server was successful and you are now logged in
![]()
- Disconnected
Event indicating that you are now logged out and disconnected from server
![]()
- GotDownloadResult
Event invoked after getting previous download's result
success ~ boolean
response ~ string
- GotError
Event invoked when any error occurs
errorMessage ~ string
- GotFileList
Event invoked after getting file list from server
fileNames ~ List
- GotUploadResult
Event invoked after getting previous upload's result
success ~ boolean
response ~ string
- ChangeWorkingDirectory
Changes current working dir and raises 'AfterChangeWorkingDirectory' method with result
toDir ~ string
- Connect
Tries to connect and login to the FTP server using provided username and password
![]()
- CreateDirectory
Creates a new dir on server
remoteDirName ~ string
- DeleteDirectory
Deletes given dir from the server
remoteDir ~ string
- DeleteFile
Tries to delete given file from the server
remoteFileName ~ string
- Disconnect
Tries to close the connection to the FTP server
![]()
- DownloadFile
Downloads file from server to given file path
Use absolute file path
remoteFileName ~ string
localFileName ~ string
- ListDirs
Tries to get dir list
To get list from cwd pass an empty string
parentDir ~ string
- ListFiles
Tries to get files list
To get list from cwd pass an empty string
![]()
- UploadFile
Uploads file on the server from given file path
Use absolute file path
localFileName ~ string
remoteFileName ~ string
4.Buy
Extension's Price: $5 or INR 350
Let me know if you are interested by dropping a PM
Want to donate: Great! Kindly PM me
Here is an Apk for testing: https://drive.google.com/file/d/1gPvHW-cWjQIYsj4N0jkDAizLWfWT2Qke/view?usp=sharing
Hope it helps!