NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

Replies are listed 'Best First'.
Re: LINUX::FTP::Novell::Challenge
by hardburn (Abbot) on Jan 23, 2004 at 16:58 UTC

    This is not a Perl question at all. The answer depends on what FTP server software you're using. You'll need to R whatever FM your FTP server has.

    ----
    I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
    -- Schemer

    : () { :|:& };:

    Note: All code is untested, unless otherwise stated

      In a way it is a Perl question, because I need to now how to start a perl program. I am using vsftp but I dont think it supports what I want to do.
Re: LINUX::FTP::Novell::Challenge
by Zaxo (Archbishop) on Jan 23, 2004 at 17:09 UTC

    Look at automounting the network file systems on demand, as with amd or automount. That ought to remove ftp specifics from the problem.

    I'm not sure what you need to do to make that work with Novell (IPX? Maybe Samba).

    After Compline,
    Zaxo

Re: LINUX::FTP::Novell::Challenge
by traveler (Parson) on Jan 23, 2004 at 17:49 UTC
    Automounting is generally done through autofs on modern Linux systems. You can check for that in the docs or on google.