Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ebuild] A FTP fs based on cURL and FUSE
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
_sys/sid
Guru
Guru


Joined: 27 Aug 2004
Posts: 346
Location: Asola (Mantova)

PostPosted: Tue Apr 18, 2006 4:44 pm    Post subject: [ebuild] A FTP fs based on cURL and FUSE Reply with quote

http://curlftpfs.sourceforge.net/

Code:

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="A FTP filesystem based on cURL and FUSE"

HOMEPAGE="http://curlftpfs.sourceforge.net/"
SRC_URI="http://heanet.dl.sourceforge.net/sourceforge/curlftpfs/${P}.tar.gz "

SLOT="0"
KEYWORDS="~x86"
IUSE=""

RESTRICT="nomirror"
DEPEND=">=sys-fs/fuse-2.0\
   net-misc/curl\
   dev-libs/glib"
RDEPEND="${DEPEND}"

src_compile() {
   econf || die "Error: econf failed!"
   emake || die "Error: emake failed!"
}

src_install() {
   einstall || die "Error: einstall failed!"
}

pkg_postinst() {
   einfo
   einfo "mkdir sunet"
   einfo "curlftpfs ftp://ftp.sunet.se/ sunet/"
   einfo "cd sunet/"
   einfo "ls -l"
   einfo
}


http://voxus.altervista.org/artik/projects/ebuild/curlftpfs-0.7.tar.bz2
http://voxus.altervista.org/artik/projects/ebuild/curlftpfs/curlftpfs-0.7.ebuild

(Copy & Paste Link on the URL bar)
_________________
http://th30z.netsons.org/


Last edited by _sys/sid on Wed Apr 19, 2006 10:15 am; edited 1 time in total
Back to top
View user's profile Send private message
Raniz
l33t
l33t


Joined: 13 Sep 2003
Posts: 967
Location: Varberg, Sweden

PostPosted: Tue Apr 18, 2006 7:40 pm    Post subject: Reply with quote

Code:
einfo "mkdir sunset"
einfo "curlftpfs ftp://ftp.sunet.se/ sunet/"
einfo "cd sunset/

Typo: sunset?
Back to top
View user's profile Send private message
Raniz
l33t
l33t


Joined: 13 Sep 2003
Posts: 967
Location: Varberg, Sweden

PostPosted: Tue Apr 18, 2006 7:46 pm    Post subject: Reply with quote

It works great, I just downloaded a kernel source @ 2.33MB/s from my school.

With curlftpfs:
2.33MB/s
lftp:
2.50MB/s

Thx.
Back to top
View user's profile Send private message
WhiteSpade
Tux's lil' helper
Tux's lil' helper


Joined: 16 Apr 2005
Posts: 89

PostPosted: Fri Jul 14, 2006 4:03 am    Post subject: Reply with quote

I added this to the HOWTO FTP Mount Wiki entry
http://gentoo-wiki.com/HOWTO_FTP_Mount

---Alex
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum