Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

miyako/wak-ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

wak-ftp

Wakanda FTP Module.

obsolete-word-black-frame-word-obsolete-word-black-frame-d-rendering-123942590

Old Wakanda.

About

The module includes lftp 4.6.0 executable for Mac, Windows x64, and Linux x64.

The executables for Mac are built with @loader_path and for Linux with $ORIGIN, so no need to install lftp, libiconv, libintl, libidn, libreadline, zlib, libgmp, libnettle, libhogweed or libgnutls.

  • Note: The binaries for Mac and Linux were built from the standard GNU source code and uses gnutls. The binary for Windows were obtained from here and uses OpenSSL.

Install

Please read install.

Example

var modulesFolder = FileSystemSync('Modules');
var ftp = require(modulesFolder.path + 'ftp');

var code = '';
code += 'open ftp://ftp.4d.com\n';
code += 'lcd ~/Downloads/\n';
code += 'get Favicon.ico\n';
code += 'bye\n';

ftp.ftp(code);

About

Wakanda FTP Module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published