Hi All,
Is it possible to mount FTP Accessible File system? Any utilities available to do that?
I have difficulty in installing RPMs over FTP... I have RH6.2 and want to install some RPMs from RedHat FTP server, but it fails even if i give complete FTP URL with path to required RPM.
TIA With regards,
On Wed, 5 Sep 2001, Dinesh Shah wrote:
Is it possible to mount FTP Accessible File system? Any utilities available to do that?
Use midnight commander - mc.
Philip
Hi Philip,
On Wed, 5 Sep 2001, Philip S Tellis wrote:
On Wed, 5 Sep 2001, Dinesh Shah wrote:
Is it possible to mount FTP Accessible File system? Any utilities available to do that?
Use midnight commander - mc.
That will only show me the files list in ncurses IF... How can I run rpm command on the files displays in mc?
Philip
TIA With regards,
--- Philip S Tellis philip.tellis@iname.com wrote:
On Wed, 5 Sep 2001, Dinesh Shah wrote:
Use midnight commander - mc.
[snip] in mc just do this.... cd ftp://username@ip_address
Trevor Warren
Philip
-- Work Hard. Rock Hard. Eat Hard. Sleep Hard. Grow Big. Wear Glasses If You Need 'Em. -- The Webb Wilder Credo
Visit my webpage at http://www.ncst.ernet.in/~philip/ Read my writings at http://www.ncst.ernet.in/~philip/writings/
MSN philiptellis Yahoo! philiptellis AIM philiptellis ICQ 129711328
Next Online IRC LUG Meet on 31st Aug @ 4:30pm http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
===== ( >- LINUX, It's all about CHOICE -< ) /~\ __ http://www.trevorwarren.com __ /~\ | ) / mailto: trevorwarren@yahoo.com \ (/ | |_|_ \ Urgent ->9820349221@maxtouch.co.in / / _|_| ___________________________________/
__________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com
Hi,
On Wed, 5 Sep 2001, Trevor Warren wrote:
--- Philip S Tellis philip.tellis@iname.com wrote:
On Wed, 5 Sep 2001, Dinesh Shah wrote:
Use midnight commander - mc.
[snip] in mc just do this.... cd ftp://username@ip_address
I do get connected and can use cd command... Problem is that if I want to install certain RPMs and I give rpm on command line it says cannot execute command on non-local file system :-(
Any way I got the solution in ftpfs Kernel module... Was trying out various solutions given by nice guys like you...
Thanks a lot...
Trevor Warren
Philip
-- Work Hard. Rock Hard. Eat Hard. Sleep Hard. Grow Big. Wear Glasses If You Need 'Em. -- The Webb Wilder Credo
Visit my webpage at http://www.ncst.ernet.in/~philip/ Read my writings at http://www.ncst.ernet.in/~philip/writings/
MSN philiptellis Yahoo! philiptellis AIM philiptellis ICQ 129711328
Next Online IRC LUG Meet on 31st Aug @ 4:30pm http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
===== ( >- LINUX, It's all about CHOICE -< ) /~\ __ http://www.trevorwarren.com __ /~\ | ) / mailto: trevorwarren@yahoo.com \ (/ | |_|_ \ Urgent ->9820349221@maxtouch.co.in / / _|_| ___________________________________/
Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com _______________________________________________ Next Online IRC LUG Meet on 31st Aug @ 4:30pm http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
Sometime today, Dinesh Shah wrote:
I have difficulty in installing RPMs over FTP... I have RH6.2
Try this: wget ftp://ftp.server/my/file.rpm -O- | rpm -ivh -- -
?
Manish