Skip to content

Ugnis/Far-NetBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Based on WinSCP version 5.8.1 Copyright (c) 2000-2016 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.66 Copyright (c) 1997-2015 Simon Tatham
FTP code based on FileZilla 2.2.32 Copyright (c) 2001-2007 Tim Kosse

How to install

You can either download an appropriate binary package for your
platform or build from source. Binaries can be obtained from here.

Unpack the archive in the plugin directory Far (... Far \ Plugins).

How to build from source

To build plugin from source, you will need:

Download the source:

You can either download a release source zip ball from tags page
and unpack it in your source directory, say C:/src,
or from git repository:

cd C:/src
git clone git://github.com/michaellukashov/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 Far2_x86/Plugins/NetBox/ (or Far2_x64/Plugins/NetBox/) 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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 64.7%
  • C++ 17.3%
  • Perl 8.6%
  • Shell 2.7%
  • Makefile 2.7%
  • Assembly 1.1%
  • Other 2.9%