1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 09:55:42 +02:00

ftp: add example to connect via IP (#7502)

This commit is contained in:
marchersimon 2021-12-02 04:33:21 +01:00 committed by GitHub
parent 26ecfa4969
commit 96d26db465
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,10 @@
`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):
`binary`