Manual:Tools/Fetch
From MikroTik Wiki
Fetch
- Fetch is one of the console tools in Mikrotik RousterOS. It is used to copy files from the netwok device to a Mikrotik.
First of all, you need to open the console and type:
tool> fetch
Command Fetch has several arguments. They are :
- address - IP address of the device to copy from
- dst-path - Title of the input file.
- host - domain name or virtual domain name (if used on web-site, from which you want to copy information). For example,
address=wiki.mikrotik.com host=forum.mikrotik.com
In this example the resolved ip address is the same (66.228.113.27), but hosts are different.
- host -(options = yes|no, default - yes). If yes, creates an input file.
- mode -(options = ftp|http, default - http). Choose the protocol of connection - http or ftp.
- user - User name, which is needed to login the remote device.
- password - Password, which is needed to login the remote device.
- port - Connection port.
port -- src-path --
user --