User Tools

Site Tools


curl:get_a_ftp_directory_listing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
curl:get_a_ftp_directory_listing [2019/11/27 00:05] – removed petercurl:get_a_ftp_directory_listing [2020/09/25 12:57] (current) – created 192.168.1.1
Line 1: Line 1:
 +====== Curl - Get a FTP directory listing ======
 +
 +<code bash>
 +curl ftp://username:password@example.com
 +</code>
 +
 +
 +To get the listing of a different directory append the directory name to the URL.
 +
 +<code bash>
 +curl ftp://username:password@example.com/directory/
 +</code>
  
curl/get_a_ftp_directory_listing.1574813151.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki