# URL Format

Some commands (e.g., [write network](/island-router-cli-2.3.2/commands/write/write-network.md)) require a URL argument to identify a remote file or directory. The format for a URL argument is:

`scheme://[username[:password]@]host[:port]/[path]`

Supported schemes for most commands are http, https, ftp, ftps, sftp, scp, smb, and tftp.

The host parameter may be an IP address or a domain name.

The optional port parameter is not supported on all protocols.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.islandrouter.com/island-router-cli-2.3.2/url-format.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
