react-native-ftp icon indicating copy to clipboard operation
react-native-ftp copied to clipboard

FTP Client Library in React Native for Android

Results 6 react-native-ftp issues
Sort by recently updated
recently updated
newest added

![Screenshot_1646822421](https://user-images.githubusercontent.com/97499701/157425512-8ddd97e3-6f12-463b-a2b4-6ba9e6e42244.png)

Getting error: TypeError: null is not an object (evaluating '_reactNativeFtp.default.setup') IOS my code snippet is `FTP.setup("ftp.dlptest.com",21) //Setup host FTP.login("dlpuser","rNrKYTX9g7z3RgJRmxWuGHbeu").then( (result)=>{ FTP.list(".").then( (result)=>{ console.log(result); } ); }, (error)=>{ alert(error); } )`...

## Problem If not, the command `pod install` triggers the following error: ``` [!] The `RNFtp` pod failed to validate due to 1 error: - ERROR | attributes: Missing required...

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies