Message
From
22/07/2003 07:34:25
Philip Jones
Cornwall County Council
Truro, United Kingdom
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Re: Ftp
Miscellaneous
Thread ID:
00811972
Message ID:
00812284
Views:
13
Seems to be a problem with the ftp script

(In foxpro 6.0 when you read file names into an array they automatically get stored in uppercase)

so:

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 pc and from an old nt server GCKOCH02 so I suspect that the problem is something to do with the windows 2000 server I'm runnign the application on.


Phil.
Previous
Next
Reply
Map
View