WdnUlik2no
Programmer
I have been trying for the past week to get my FTP problem solved. Problem is below:
I have created an application that logs on to a UNIX system via FTP. However when I use the command:
INET1.execute , "MKDIR chris",
A directory is created with the name if CHRIS. In other words the directory name is always in all caps no matter what I type in. This also occurs with the put command. If I type,
INET1.execute, "put test.tbb test.tbb", a file named TEST.TBB is created in the UNIX directory.
I need to be able to copy the files EXACTUALLY as I type them in the execute statement, because other they will not run in my employer's UNIX programs.
Would someone please please please tell me how to prevent it from capitilizing my filenames? Thanks. Please replay with the answer and also, send your replies to Chris.Johnson@bellsouth.com. Thanks!!!!