pipette.list_remote_dir

pipette.list_remote_dir(url: str) list[str]

Get a directory listing from an FTP or HTTP URL.

Parameters:

url (str) – URL to a directory.

Returns:

File and directory names.

Return type:

list of str