Coder Social home page Coder Social logo

ftp-simple's People

Contributors

connor-knabe avatar humy2833 avatar kkeundotnet avatar poohnix avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ftp-simple's Issues

Not working?

It does not work with large projects, only local tests? )
After connection (ftp data is correct, checked): http://prntscr.com/cdh6xl - is wrong

Maybe mode? Where can I set mode?

Change encoding for remote unix files

Hi,
thank you for your beautiful "simple-ftp" extension for Visual Studio Code editor.
Can I save or create/modify a remote file with ISO 8859-1 encoding (that is our company common encoding for files)?
I've seen that my remote files taken with simple-ftp from a Unix ftp-server have all UTF-8 encoding and I can't change the encoding to ISO 8859-1.
So, dislike for example from NotePad++ editor ftp plugin, I see simbols (like this: �) instead all special characters.
This is a problem for us when we compare our modified remote files with original repository files: lots of differences are due only to different encoding!!! (look at the screenshot below)
immagine

Thank you
Stefano

Changing language mode of file opened from workspace removes content

A CMS uses the file extension ".module" for PHP code. I used "remote directory open to workspace" and opened a file "Helloworld.module" from the workspace, changed the language mode from "Text" to "PHP" and the text is gone. Blank page.

Now the fun part: When I use "open the file directly from FTP server" I can change the language mode without any problems.

Creating a new file

When I create a new field on the server it sometimes creates the file and sometimes it doesn't create the file.

git repository on remote server

I have v 0.4.14 installed.

i open a remote directory to workspace
i go to the git tab and i see the "initialize git repository"
i do the initial commit

i chech the server and i don't have a .git folder

can you please explain?

Files lost using 'remote directory open in workspace'

Hi,

opening the remote directory in workspace with autosave: true I encountered a bug (I suppose) that wiped all my files both in workspace and on the remote path.

Luckily I had a backup elsewhere, but this is a serious bug.

P.S.
the plugin is awsome.

project option: how it is work?

Hi,
I couldnt run the project option.
After config I do "ftp-simple Save" on a file in the project local directory, and it remains to ask directory to save. (im working with virtualbox & port forwarding)
My config:

[
	{
		"name": "myprimes",
		"host": "127.0.0.1",
		"port": 2222,
		"type": "sftp",
		"username": "root",
		"password": "secret",
		"path": "/root/go/src/myprimes",
		"project": {
			"d:/go/src/antiprimes": "/root/go/src/myprimes"
		},
		"autosave": true,
		"confirm": false
	},
	{
		"name": "mychat",
		"host": "127.0.0.1",
		"port": 2222,
		"type": "sftp",
		"username": "root",
		"password": "secret",
		"path": "/root/go/src/mychat",
		"project": {
			"d:/go/src/mychat": "/root/go/src/mychat"
		},
		"autosave": true,
		"confirm": false
	}
]

Renaming files deletes theme

I had a ftp remote directory open in the explorer. After renaming two files the still exists in the explorer but on the server the where removed.
On save nothing is saved anymore.

Default path for Save file command

Why is the default path for saving file always the root? It is very time consuming to go through all the folders until I find the correct one. The default path should be derived from the current path of the file (=path from settings + "/" + relative path of the file).

image

open 이 안되는 이슈

안녕하세요, @humy2833

오늘 VS Code 에서 플러그인 설치하면서 알게 되었습니다.
정말 좋은 인터페이스를 가진 플러그인인 거 같습니다 ^^

다만 설정하면서 좀 난관에 부딛히게 되었는데요.

config 설정하고 open 하면,
다음과 같이 나옵니다.

image

혹시나 싶어 save 를 눌러봤는데 그건 또 동작하네요.

어떻게 동작시킬 수 있을런지 조언 부탁드립니다. ^^

All options seem to do nothing

I just get

[2017-01-30 23:16:08] eon - FTP Connecting...
[2017-01-30 23:16:08] eon - FTP open!!

and then a little while later I get

[2017-01-30 23:16:33] eon - FTP close!!

nothing is in the dev console

Autosave not working

I have one project set up with the remote path, and the local path. Saving on files directly in the text editor (CMD+S) doesn't automatically upload to the server.

I have to do an extra command CMD+SHIFT+S and then hit enter again. Is this the intended way or am I doing something wrong? Not really a big deal but asking nonetheless.

Connect fail : Error: 530 Please login with USER and PASS

I'm getting an error while trying to connect to 000webhost's FTP server: "files.000webhost.com".
While trying to connect I get the error Connect fail : Error: 530 Please login with USER and PASS. Opening this connection using another FTP program such as FileZilla works fine. Opening other connections using the plugin also works fine. Here is my config:
[{ "name": "signless.science", "host": "files.000webhost.com", "port": 21, "type": "ftp", "username": "", "password": "", "path": "/storage/h9/191/1385191", "autosave": true, "confirm": true }]

(I've omitted username and password while pasting here, for obvious reasons)

Ask for password

I don't want to store passwords in the config file. It would be nice if ftp-simple could ask for it.

ftp-simple-temp.json File not found

Hello!

I open the ftp-simple-temp.json so as to configure my own connections, I change the tab where is opened the json configuration file to another tab, then if I try back to the configuration file tab, VS Code gives the "file not found" error and closes the configuration file tab.

Operative System: Windows 10
Code version: 1.8.1

osx Sierra - can't use plugin

As I write on VSMarket after set up my configuration file nothing appear....using another windows pc I'm able to use your plugin without problem.
I don't know if your plugin mount something on Volume folder but I read that with Sierra change some permission on Volume folder...can be this? A friend with El Capitan doesn't have any problem...

Use of privateKey

Hi,

I'm trying to use the following configuration but for some reason it doesn't launch the connection to the server. Do you see anything wrong?

[

{
    "name": "c7-1",
    "host": "c7-1",
    "port": 22,
    "type": "sftp",
    "username": "spirrello",
    "password": "",
    "privateKey": "/Users/spirrello/.ssh/id_rsa.pub",
    "path": "/home/spirrello"
}

]

Save connetion settings per local workspace, not global?

This may be due to my relative unfamiliarity with VSCode, but I don't see a way to save connection information in the local workspace. Is that possible? I work on a lot of sites and don't want to use a global connection configuration file.

Or, if I do have to use the global file, is there a way I can set a default connection for a particular project/workspace?

How do you use this?

Hi,

No idea how to sync with FTP server.

Your instructions say to setup the FTP config file, which works, but then none of the commands are pulling the files (or doing anything). I opened a new folder and tried all of the commands in different orders (e.g. create directory -> remote directory open -> download -> diff -> save ... Nothing)

Did not see any error messages or file changes, so have no idea how to use

FTP-Simple - Fails to open remote directory

Hello - First thank you for this extension, it works wonderfully on my Mac.

However in windows 10 whenever I try to run a command it won't open the remote directory and gets stuck. I have attacked a screenshot below of what I am talking about with the developer console output:

vscoderrror

It works probably about 5% of the time, I know the server config is fine since I utilize the same config settings on my mac - which works perfectly.

F1 click

Hello, I have a question glitch when I click F1 then get screen brightness on my mac, but not the config does anyone know how to config can get on mac?

Yours sincerely

Swedish characters in username.

We have an account that is named "Administratör". But I dont get logged in even if it is correct settings.
I was thinking it is a problem with it being swedish char 'ö'. I was looking trough Wireshark and I see it encodes 'ö' as \303\266. But this I cannot define in the ftpsimple config. It throws an error when saving...

Tried percent encoding too, but no luck.

Missing files when switching remote files tab

Hello,

I can open a remote file. Then open a second remote file in another tab.
But when I want to switch back to the first opened remote file while clicking the corresponding tab, Vs Code display message (in french, but translated as : )
'Error : unable to open : missing file (\path\to\AppData\Roaming\Code\User\ftm-simple\remote-temp\etc....'
And, i can confirm that the temporary file is gone.

I reinstalled plugin, flushed user directory. Still there....

This makes the app completely unusable.

Change permissions of remote unix files

Is it possible in the next future to have the capability to modify the unix permissions of remote files instead of manually access to remote server and do a chmod …. ?

Thank you in advanced for this beautiful extension!!

Stefano

keyboard

I have a question does anyone know how to change the keyboard shortcuts?

Cannot work with MacOS 10.12.4

Cannot diff or use any function in :
MacOS 10.12.4
VSCODE: 1.11.2

I use this plugin on my mac, but seems none of the function works.
Dose the plugin catch up with the newest software or do any test ?

Dual-factor authorization

Quite a lot of sysadmins using dual-factor authorization. But this doesn't ask for one-time verification code, so authorization fails.

Extension host terminated unexpectedly.

I see this error message when I use the extension to save a file to an Azure server:

"Extension host terminated unexpectedly. Please reload the window to recover."

The file is saved correctly on the server but after some seconds the message appears.
It only happens with Azure, not with other servers. I use the version 0.4.20.

Closing issue

When opened files directly from a remote server, switching between remote files using stacked tabs disables all unfocused remote files.

FTP username with \ symbol

I'm using Azure and FTP username is something like that: website\username

I can't type the \ symbol directly to the ftp-simple config code. I try to escape it but it doesn't work.

Macbook config

Hello, I have a question glitch when I click F1 then get screen brightness on my mac, but not the config does anyone know how to config can get on mac?

Yours sincerely

Upload speed

Upload speed is too low
50KB/sec

Download speed is low too

tested on SFTP

Not working after update

Hi.

After this last update, I can't get the plugin to work. I had the files opened in the workspace from before, but now they were opening empty.
Tried to reconfigure the plugin, now I can't get the files to workspace. According to output, it gets info from some files, but then stops.

P.S. using sftp

Keep ftp connection alive

I think you should keep ftp connection alive throughout the application until close VSCode window to speed up Download files in 'Remote directory open to workspace' option

Can't config extension

install extension
restart vs code
F1
ftp-config

Ctrl+Alt+ keybindings should not be used by default under Windows. Offender:  2594  for  ftp.diff
Conflict detected, command `workbench.action.files.saveAs` cannot be triggered by ctrl+shift+s due to ftp.save
Conflict detected, command `workbench.action.gotoSymbol` cannot be triggered by ctrl+shift+o due to ftp.open
[Extension Host] git (vscode.git) uses PROPOSED API which is subject to change and removal without notice
[Extension Host] ftp-simple start
[Extension Host] vscode-icons is active!
[Extension Host] Object
Running the contributed command:'ftp.config' failed.
WARNING: Promise with no error callback:69
Object {exception: null, error: "Running the contributed command:'ftp.config' failed.", promise: n.C…s.d…e._oncancel, handler: undefined, id: 69…}error: "Running the contributed command:'ftp.config' failed."exception: nullhandler: undefinedid: 69parent: undefinedpromise: n.Class.derive._oncancel_errorId: 69_isException: false_listeners: null_nextState: null_oncancel: null_state: Object_completed: s()arguments: (...)caller: (...)length: 0name: "s"prototype: Objectconstructor: s()arguments: (...)caller: (...)length: 0name: "s"prototype: Objectconstructor: s()arguments: (...)caller: (...)length: 0name: "s"prototype: Objectconstructor: s()__proto__: Object__proto__: ()<function scope>__proto__: Object__proto__: ()<function scope>__proto__: Object__proto__: ()<function scope>_error: s()_notify: v(t,n)_progress: s()_setCompleteValue: s()_setErrorValue: s()cancel: s()done: nullenter: (e)name: "error"then: null__proto__: Object_value: "Running the contributed command:'ftp.config' failed."done: (e,t)then: (e,t)__proto__: e__proto__: Object
Running the contributed command:'ftp.config' failed.

subfolder is not downloaded

Upgrade to 0.4.17, subfolder is not downloaded but a file named "[DIR] folder name" with zero bytes. When clicking the "[DIR] folder name", the folder is downloaded, but [DIR] is not listed in the parent folder any more, until relaunching VS-Code.

"Remote directory open to workspace" is very slow for big project.

Hi developer,

This plugin is great but it have a big problem when use "remote directory" with big project. Example with Magento project, it contains many files/folders, so when I open some folder on "remote directory", it will take too much time to open a Folder.
So could you fix this issue ?

Thank for reading!

Remote Workspace Temp Refresh?

I was using FTP Simple and wanted to check if FTP Simple successfully adds or delete folders, files etc. To check this, I opened Filezilla and I saw that FTP Simple works well.
But, "remote directory open to workspace" option, seems not updating folders or files. So, I closed VSCode and connected FTP and remote workspace, but no luck. There was old files that i deleted minutes ago.

"Reveal in finder" (or explorer maybe in windows) shows TMP directory. I didn't delete this yet to check if it helps, but I think FTP Simple MUST update this.

What do you think?

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.