File tree Expand file tree Collapse file tree 1 file changed +42
-6
lines changed Expand file tree Collapse file tree 1 file changed +42
-6
lines changed Original file line number Diff line number Diff line change 1+ <!-- markdownlint-configure-file {
2+ "MD013": {
3+ "code_blocks": false,
4+ "tables": false
5+ },
6+ "MD033": false,
7+ "MD041": false
8+ } -->
9+
10+ <div align =" center " markdown =" 1 " >
11+
112# Bridgeftp
213
14+ <br />
15+
16+ </div >
17+
18+ ## About
19+
320A tool that can copy files from Remote to Remote FTP Servers
421
5- ## Supports
22+ * It streams data from source to destination [ no need to save files locally just to transfer ]
23+
24+ * Supported Protocols
25+ * ftp
26+ * sftp
27+
28+ ## Installation
629
7- - ftp
8- - sftp
30+ ** 1: Binary Installation**
31+
32+ download one of [ releases] ( https://github.com/abhijeetmohanan/bridgeftp/releases )
33+
34+ ## Getting Started
35+
36+ <b > FTP </b >
37+
38+ ``` bash
39+ bridgeftp --src ftp://username:password@server:port/filepath \
40+ --dest ftp://username@password@server:port/filepath \
41+ --bs 512
42+ ```
943
10- ## Usage
44+ < b > SFTP </ b >
1145
1246``` bash
13- bridgeftp --src ftp://username:password@server:port/filepath --dest ftp://username@password@server:port/filepath
47+ bridgeftp --src sftp://username:password@server:port/filepath \
48+ --dest sftp://username@password@server:port/filepath \
49+ --bs 512
1450```
1551
16- ** change the protocol to switch between sftp and ftp
52+ ##
You can’t perform that action at this time.
0 commit comments