Code Monkey home page Code Monkey logo

cordova-ourcodeworld-sftpplugin's Introduction

Hi ๐Ÿ‘‹, I'm Carlos Delgado

A passionate Full Stack developer from Colombia

Connect with me:

ourcodeworld https://www.linkedin.com/in/carlos-fernando-delgado-maldonado-ourcodeworld/ https://stackoverflow.com/users/4241030/carlos-delgado ourcodeworld

Languages and Tools:

apachecordova aws bootstrap codeigniter csharp css3 docker elasticsearch electron git grafana html5 javascript laravel linux mariadb mysql nextjs nginx nodejs php python react redis sass sqlite symfony typescript vuejs vuetify

cordova-ourcodeworld-sftpplugin's People

Contributors

sdkcarlos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sandarth

cordova-ourcodeworld-sftpplugin's Issues

ios support

looks good =) thanks for sharing. Issue to track ios support.

How to create nested directory in a single command

How can i create nested directories?

Already tried:

	var folder = 'path/to/new/folder/ne/na/www';
	var newfold;
	var splitedVal = folder.split('/');

	function cret(val){
		ftprocss.createFolder("/web/"+val,{
			success:function(status){
				// see the object info
				//alert(JSON.stringify(status));

				if(status.created){
					//alert("Folder created");
				}
			},
			error:function(er){
				console.error(JSON.stringify(er));
			}
		});
	}

	for(var i=0;i<splitedVal.length;i++){
		if(i == 0){
			newfold = splitedVal[i];
			//alert(newfold);
			cret(newfold);
		}
		else{
			newfold = newfold + '/' + splitedVal[i];
			//alert(newfold);
			cret(newfold);
		}
	}

but it only creates the 2 first levels of directories. Any Idea?

Android Download

Hello everyone,
I have this issue when i try to download files from ftp server

java.io.IOException: InputStream is closed
client.downloadFile.error @ fileService.js:217
(anonymous function) @ ourcodeworldsftp.js:111
cordova.callbackFromNative @ cordova.js:295
processMessage @ cordova.js:1081
processMessages @ cordova.js:1104
pollOnce @ cordova.js:973
pollOnceFromOnlineEvent @ cordova.js:960

Anyone has the solution ?

many thanks

File not found when I try to upload

I'm having this problem with the plugin, I create a PDF file and after creating it and receive an OK of the creation, look it up in the folder where I saved it and make sure that the file does exist, I try to upload it to the SFTP but I receive the java error:

io.FileNotFoundException: /file:/data/user/0/myapp/files/TEST.pdf (No such file or directory)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.