On Tue, 26 Aug 2003 15:06:08 -0400, Andrew Brosnan <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Has anyone used Net::FTP to create a browser based FTP client? (I assume
> that's one use for it)
>
> I have a client that needs to let their clients tran
Please don't top post.
On Thu, 10 Jul 2003 18:42:45 -0600, "Gregg R. Allen" <[EMAIL PROTECTED]> wrote:
>
> If you don't mind escaping to the shell, this is how I get a list of
> files I want to ftp.
>
>
> #This returns a list of files to be ftp
If you don't mind escaping to the shell, this is how I get a list of
files I want to ftp.
#This returns a list of files to be ftp'ed
my $files = `ls`;
#turn the files variable into an array of file names.
my @ftpfiles = split(/\n/ , $files);
Sincerely,
Gregg R. Allen
I.T. Specialist
Lexington