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

I am using a system call to ncftpput from within a perl script. The command looks something like this:

system( "ncftpput -f connect.cfg -m /remote_directory/ /local_directory/" );

Pretty standard ... only -m is giving me a segmentation fault instead of attempting to create the remote directory as it should.

Can anyone help? (or direct me to the right place to look?)