Воскресенье, 19.05.2024, 13:41
Приветствую Вас Гость | RSS
Мой сайт
Главная
Регистрация
Вход
Форма входа

Меню сайта

Категории раздела
Об ОС Windows [137]
В категории размещаются статьи, касающщиеся операционных систем от Microsoft.
Об ОС *Nix [198]
В данной категории собраны статьи об ОС семейства Unix/Linux/FreeBSD/...
Справочные материалы [351]
Справка по всему разделу.
Виртуализация и Облака [46]
Networks & Routing [86]
DataBases [22]

Наш опрос
Оцените мой сайт
Всего ответов: 209

Статистика

Онлайн всего: 1
Гостей: 1
Пользователей: 0

Главная » Статьи » Системное администрирование » Об ОС *Nix

Mount FTP (ArchLinux)

Mount FTP

Tango-view-fullscreen.pngThis article or section needs expansion.
Please help expand this article so the intended scope is covered in sufficient detail. (Discuss)
Tango-view-fullscreen.png

There are several packages available from the community repository or AUR that allow to mount FTP shares and interact with them just as if they were local file systems.

Packages

These are the packages that provide a way to mount FTP shares:

  • curlftpfs [recommended]
  • fuseftp
  • lufs [outdated]

All three packages are based on FUSE library.

Example using curlftpfs to mount a FTP folder

Install curlftpfs (from the community repo)

# pacman -S curlftpfs

If needed, make sure that fuse has been started.

# modprobe fuse

Create the mount point and then mount the FTP folder.

# mkdir /mnt/ftp
# curlftpfs ftp.yourserver.com /mnt/ftp/ -o user=username:password

If you want regular user access, use the following instead:

# curlftpfs ftp.yourserver.com /mnt/ftp/ -o user=username:password,allow_other

Do not add space after the comma or the allow_other argument won't be recognized.

You can add this line to /etc/fstab to mount automatically.

curlftpfs#USER:PASSWORD@ftp.domanin.org /mnt/mydomainorg fuse auto,user,uid=1000,allow_other 0 0



Источник: https://wiki.archlinux.org/index.php/Mount_FTP
Категория: Об ОС *Nix | Добавил: admin (26.09.2011)
Просмотров: 1975 | Комментарии: 1 | Теги: curlftpfs, ftpfs, FTP, Mount | Рейтинг: 0.0/0
Всего комментариев: 0
Имя *:
Email *:
Код *:
Поиск

Друзья сайта
  • Официальный блог
  • Сообщество uCoz
  • FAQ по системе
  • Инструкции для uCoz


  • Copyright MyCorp © 2024