Skip to content

Commit

Permalink
content-update
Browse files Browse the repository at this point in the history
  • Loading branch information
584F525F committed Mar 23, 2024
1 parent 33f823d commit a168369
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/File Transfers/File Transfer.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## File Transfer

### telnet

```shell hl_lines="" title=""
```shell title="telnet"
telnet ip_address
ls
PASV
Expand All @@ -15,7 +13,7 @@ Exit

### FTP - File Transfer Protocol

```shell title=""
```shell title="FTP"
ftp ip_address
#enter username
#enter password
Expand Down Expand Up @@ -86,7 +84,7 @@ quit
### SCP - Secure Copy Protocol
```shell hl_lines="" title="commands"
```shell title="commands"
scp <options> <source_path> <destination_path>
scp o s_path d_path

Expand Down

0 comments on commit a168369

Please sign in to comment.