нужно установить mc.. он у меня в rpm-ке, как-то люди инсталили его из ftp(кидали rpm в c:\inetpub\ftp), а не из директории по умолчанию.. я из-под виртуалки работаю, как его поставить?
man rpm
---
rpm can act as an FTP and/or HTTP client so that packages can be queried or installed from the internet. Package files for install, upgrade, and query operations may be specified as an ftp or http style URL:
ftp://USER:PASSWORD@HOST:PORT/path/to/package.rpm
If the :PASSWORD portion is omitted, the password will be prompted for (once per user/hostname pair). If both the user and password are omitted, anonymous ftp is used. In all cases, passive (PASV) ftp transfers are performed.
---