I purchased the SDK last week, and tested the sample. it work very well at my computer. but when I publish it to the server(two CPU,OS is windows2003), it is very unstabled. It terminal without throwing any exception,the logfile I got was always changing.the following is some logfile
file1:
Connecting to ftpserver:21
Connected to ftpserver:21 in 0.015625 seconds, Waiting for Server Response
Initializing SSL Session ...
220 GIS FTP Server (java -1.1.00) ready.
AUTH SSL
234 Security data exchange complete.
SSL Session Started.
Host type (1): Automatic detect
file 2:
Connecting to ftpserver:21
Connected to ftpserver:21 in 0.015625 seconds, Waiting for Server Response
Initializing SSL Session ...
220 GIS FTP Server (java -1.1.00) ready.
AUTH SSL
234 Security data exchange complete.
SSL Session Started.
Host type (1): Automatic detect
USER GPAYDUTT1
331 Password required for GPAYDUTT1.
PASS (hidden)
230 User GPAYDUTT1 logged in.
SYST
215 UNIX Type: A
Host type (2): UNIX (standard)
PBSZ 0
///////////////////////////
what's the problem ?
does someone give me an answer.
thank you in advance.