bigbalbossa
Programmer
Hi All,
I have a script that reads a flat file containing only filenames, then does a listing on those files to see if they exist on the server...but it's choking on files with spaces in name. I've tried about everything i can think of to no avail.
Just using the normal ftp login and then:
my $temp = $ftp->ls( "$file" )
if $file has no spaces, i'm ok. Thoughts?
I have a script that reads a flat file containing only filenames, then does a listing on those files to see if they exist on the server...but it's choking on files with spaces in name. I've tried about everything i can think of to no avail.
Just using the normal ftp login and then:
my $temp = $ftp->ls( "$file" )
if $file has no spaces, i'm ok. Thoughts?