2.9.1 • Published 5 years ago

ftp2sftp v2.9.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

ftp2sftp

CLI to transfer files from one FTP/SFTP server to another FTP/SFTP server

Installation

Either through cloning with git or by using npm (the recommended way):

npm install -g ftp2sftp

And nodemon will be installed globally to your system path.

If you don't want to install this package globally use npx to use this package

npx ftp2sftp <src> <dest>

Usage

you need to pass 2 agument.

ftp2sftp <src> <dest>

It'll transfter all files from source server to destination server

src/dest >> <ftp/sftp>://<username>:<password>@<Host>:<Port><DirPath>

Eg.

ftp2sftp ftp://user:password@localhost:21/home/ sftp://user:password@localhost:22/home/
2.9.1

5 years ago

2.9.0

5 years ago

2.0.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago