Giter Site home page Giter Site logo

codiad-codetransfer's Introduction

CodeTransfer

This is a plugin for the cloud IDE Codiad. It allows FTP or SCP connection to remote servers.

Installation

  • Download the zip file and unzip it to your plugin folder.

Features

  • Filesystem naviagtion
  • Up- and downloading files and (new) directories
  • Create directories
  • Change file permission
  • Change group (scp)
  • Delete files and directories
  • Rename files and directories
  • Display file information
  • Multiselection

SCP

Channellog

  • Mirror your navigation locally and on the remote server

Help

Check the wiki for some help

Screenshots

FTP

Screen

SCP

Screen

More Information

http://andrano.de/CodeTransfer

License

CodeTransfer is released under MIT License

Code from other projects included in CodeTransfer

CSS Loading animation

CSS Loading: released under MIT License License of CodePen

codiad-codetransfer's People

Contributors

andr3as avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

codiad-codetransfer's Issues

Any missing some bytes in the destination remote server

Hi Andreas,

Did I had something missing setup?
I used your plugin codiad code transfer between ftp is already succeed with some of missing bytes or had some insufficient length files in the destination remote server is it true or just on my server?

note:
It happened on the file more than 500MB size.

regards
Roy

Upload on Save

Hello,

is it possible to upload via FTP a File when I save the changes?

Greets

Cannot connect to scp or ftp

When trying to connect to a ssh server or ftp server I get no response from UI.

I ran web developer tools on both Chrome and Firefox and both showed a 500 error calling the controller.

Here is the error that is displayed in Chrome:

**Request URL:**https://codiad.wightsites.com/plugins/Codiad-CodeTransfer-master/controller.php?action=setMode&mode=scp
**Request Method:**GET
**Status Code:**500 Internal Server Error

Request Headers
**Accept:**application/json, text/javascript, /; q=0.01
**Accept-Encoding:**gzip,deflate,sdch
**Accept-Language:**en-GB,en-US;q=0.8,en;q=0.6
**Connection:**keep-alive
**Cookie:**1a5ac4d721f222xafea03f282a3ef168=iv04a0kdk1lp04mmjkp2g6m9a2
**DNT:**1
**Host:**codiad.wightsites.com
**Referer:**https://codiad.wightsites.com/
**User-Agent:**Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36
**X-Requested-With:**XMLHttpRequest

Query String Parameters
**action:**setMode
**mode:**scp

Response Headers
**Connection:**close
**Content-Encoding:**gzip
**Content-Length:**20
**Content-Type:**text/html
**Date:**Thu, 15 Aug 2013 11:07:32 GMT
**Server:**Apache/2.2.22 (Ubuntu)
**Vary:**Accept-Encoding
**X-Powered-By:**PHP/5.3.10-1ubuntu3.7

Add FTP-secure option to the plugin.

Hi Andr3as,

I don't know if I can contribute to this plugin? But I like to add a ftp-secure (ftps) option to the FTP codetransfer. Some servers I work with are using FTPS instead of regular FTP for more security.

I was thinking to add to the FTP screen a radio button when or when not FTPS is used. In the class.ftp.php it is then:

/////////////////////////////////////////////////////////////////////////
// Connect remote server
/////////////////////////////////////////////////////////////////////////
private function connect() {
if(radiobutton==active){$connection_id = ftp_ssl_connect($_SESSION['ftp_host'], $_SESSION['ftp_port']);}
else{$connection_id = ftp_connect($_SESSION['ftp_host'], $_SESSION['ftp_port']);}

YARA.WebShell_Generic_PHP_5.UNOFFICIAL

The virus scanner provided with CPanel shows me a warning for "controller.php".
I'm unable to determine whether it's a false positive, or how to avoid it.
1185511

Can't display FTP directory contents

I'm having trouble getting your plugin properly setup. I'm sure it's just user error on my part, but when I connect to an FTP server I can't display the directory contents.

This is what I see:

image

Any thoughts?

Edit on Remote

I apologize if this isn't the correct location for this but I'm wondering if there is the ability to edit on the remote server?

Open project by FTP

Hey guys,

i have other suggestion to better codiad.

Actually we can create project by workspace, folder on same server or github repository.

So, i would like to suggest add connection by FTP. So if we can add project by FTP was awesome.

Tnks!

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.