Giter Club home page Giter Club logo

levinsv / far-netbox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fargroup/far-netbox

0.0 0.0 0.0 84.03 MB

SFTP/SCP/FTP/FTPS/WebDAV client for Far Manager (http://farmanager.com/)

License: GNU General Public License v2.0

C 58.64% CMake 0.17% Shell 2.32% Makefile 2.58% Perl 14.15% Python 0.02% HTML 0.95% C++ 18.94% CSS 0.01% Inno Setup 0.05% XSLT 0.01% Assembly 1.27% XS 0.01% eC 0.02% Emacs Lisp 0.01% Scheme 0.01% Prolog 0.08% Batchfile 0.15% Module Management System 0.01% DIGITAL Command Language 0.62%

far-netbox's Introduction

NetBox: SFTP/FTP/FTP(S)/SCP/WebDAV client for Far Manager 3.0 x86/x64

Build status

Based on WinSCP version 5.11.2 Copyright (c) 2000-2017 Martin Prikryl Based on WinSCP as FAR Plugin: SFTP/FTP/SCP client for FAR version 1.6.2 Copyright (c) 2000-2009 Martin Prikryl SSH and SCP code based on PuTTY 0.70 Copyright (c) 1997-2017 Simon Tatham FTP code based on FileZilla 2.2.32 Copyright (c) 2001-2007 Tim Kosse

How to build from source

To build plugin from source, you will need:

Download the source:

cd C:/src
git clone https://github.com/FarGroup/Far-NetBox.git

From now on, we assume that your source tree is C:/src/Far-NetBox

Compile openssl:

cd libs/openssl
call ../../src/NetBox/scripts/build_openssl.bat x86
call ../../src/NetBox/scripts/build_openssl.bat x64

Either open src/NetBox/NetBox.sln in Visual Studio, or compile NetBox plugin on the command line as follows:

cmd /c "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86 && devenv NetBox.sln /Build "Release|Win32" /USEENV /Project "NetBox"
cmd /c "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64 && devenv NetBox.sln /Build "Release|x64" /USEENV /Project "NetBox"

Replace Release with Debug to build in Debug mode. The built binaries will be in build/Release/x86 (or build/Release/x84) directory.

Links

License

NetBox is free software: you can use it, redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. NetBox is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.

far-netbox's People

Contributors

michaellukashov avatar trexinc avatar alabuzhev avatar yjh-styx avatar ctapmex avatar bestiapl avatar cybershadow avatar alx2000y avatar codereamp avatar hujerhoe avatar anrdaemon avatar denvdmj avatar 0xabd avatar shmuz avatar pasha-zzz avatar zg0 avatar

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.