Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37583388
en ru br
ALT Linux repos
S:0.9.2.1-alt0.1
5.0: 0.9.1-alt2
4.1: 0.9.1-alt2
4.0: 0.9.1-alt1

Other repositories
Upstream:0.9.1

Group :: System/Kernel and hardware
RPM: curlftpfs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:          curlftpfs
Version:       0.9.2.1
Release:       alt0.1
Summary:       FTP filesystem, based on Curl and FUSE
Summary(ru_RU.UTF-8): Файловая система для доступа к FTP-узлам, основанная на FUSE и cURL
License:       GPL
Group:         System/Kernel and hardware
Url:           http://curlftpfs.sourceforge.net
Vcs:           https://github.com/JackSlateur/curlftpfs.git

Source:        %name-%version.tar
BuildRequires: glib2-devel
BuildRequires: libcurl-devel
BuildRequires: libfuse-devel

Conflicts:     curlftpfs-ng

%description
CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and
libcurl. CurlFtpFS differentiates itself from other FTP filesystems
because it features:
- SSLv3 and TLSv1 support
- connecting through tunneling HTTP proxies
- automatically reconnection if the server times out
- transform absolute symlinks to point back into the ftp file system

%description -l ru_RU.UTF-8
CurlFtpFS — это инструмент для подключения узлов FTP как локальных
директорий. Он соединяется с FTP-сервером и отображает структуру его
директорий в локальной файловой системе.

CurlFtpFS основан на FUSE (filesystem in userspace — файловая система в
пользовательском пространстве) и библиотеке cURL и имеет некоторые
особенности, которые отличают его от других файловых систем FTP:
- поддержка соединения по SSLv3 и TLSv1;
- соединение через туннелирующие HTTP-прокси;
- автоматическое переподключение при разрыве соединения;
- абсолютные символьные ссылки преобразуются и указывают на файловую
 систему FTP.


%prep
%setup

%build
%autoreconf
%configure
%make_build

%install
%makeinstall
mkdir %buildroot/sbin
ln -s /usr/bin/curlftpfs  %buildroot/sbin/mount.curlftpfs

%files
/sbin/mount.curlftpfs
%_bindir/curlftpfs
%_man1dir/curlftpfs.1.*


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin