FTP (File Transfer Protocol) Server

Document revision:2.3 (Fri Jul 08 15:52:48 GMT 2005)
Applies to: V2.9

General Information

Summary

MikroTik RouterOS implements File Transfer Protocol (FTP) server feature. It is intended to be used for software packages uploading, configuration script exporting and importing procedures, as well as for storing HotSpot servlet pages.

Specifications

Packages required: system
License required: Level1
Submenu level: /file
Standards and Technologies: FTP (RFC 959)
Hardware usage: Not significant

Related Documents

File Transfer Protocol Server

Submenu level: /file

Description

MikroTik RouterOS has an industry standard FTP server feature. It uses ports 20 and 21 for communication with other hosts on the network.

Uploaded files as well as exported configuration or backup files can be accessed under /file menu. There you can delete unnecessary files from your router.

Authorization for FTP service uses router's system user account names and passwords.

Property Description

creation-time (read-only: time) - item creation date and time

name (read-only: name) - item name

size (read-only: integer) - package size in bytes

type (read-only: file | directory | unknown | script | package | backup) - item type

Command Description

print - shows a list of files stored
Input Parameters
detail - shows contents of files less that 4kb long
edit [item] contents - offers to edit file's contents with editor
set [item] contents=[content] - sets the file's contents to 'content'