mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 09:35:46 +02:00
ftp: add example to connect via IP (#7502)
This commit is contained in:
parent
26ecfa4969
commit
96d26db465
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
|
|
||||||
`ftp {{ftp.example.com}}`
|
`ftp {{ftp.example.com}}`
|
||||||
|
|
||||||
|
- Connect to an FTP server specifying its IP address and port:
|
||||||
|
|
||||||
|
`ftp {{ip_address}} {{port}}`
|
||||||
|
|
||||||
- Switch to binary transfer mode (graphics, compressed files, etc):
|
- Switch to binary transfer mode (graphics, compressed files, etc):
|
||||||
|
|
||||||
`binary`
|
`binary`
|
||||||
|
|
Loading…
Add table
Reference in a new issue