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: 3
Released:
Calcutta January 1, 2021 12:00 AM → January 2, 2021 12:00 AM
Paris December 31, 2020 7:30 PM → January 1, 2021 7:30 PM
Los Angeles December 31, 2020 10:30 AM → January 1, 2021 10:30 AM
“>January 1, 2021
Last Updated:
Calcutta February 25, 2021 12:00 AM → February 26, 2021 12:00 AM
Paris February 24, 2021 7:30 PM → February 25, 2021 7:30 PM
Los Angeles February 24, 2021 10:30 AM → February 25, 2021 10:30 AM
“>February 25, 2021
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
- OnDownloadProgress
Event raised when downloading progress changes
progress ~ int
- OnUploadProgress
Event raised when uploading progress changes
progress ~ int
- ChangeWorkingDirectory
Changes current working dir and raises ‘AfterChangeWorkingDirectory’ method with result
toDir ~ string
- ConfigureFTPSClient
Configures FTPSClient (always explicit mode) with given protocol
protocol ~ 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
5.Updates