ftp script - TechRepublic
General discussion
July 21, 2003 at 11:26 PM
phdj2000

ftp script

by phdj2000 . Updated 22 years, 8 months ago

I’ve got a problem with an ftp script runnign on a 2000 server.

A foxpro application creates and runs the script.
When you read file names into an array in Fox they automatically get stored in uppercase

In the script
put TEST.SAF
works fine.

the next line:
get TEST.SAF connect.ok
doesn?t work because the test.saf filename is lowercase.

get test.saf connect.ok
works.

I thought this might be because Unix is case sensitive but it works fine from my xp pc and from an NT server.

What is it with 2000?
Is there must be a setting somewhere on the 2000 server that causes this case sensitivity?

Phil.

This discussion is locked

All Comments