I have a program which uses Rebex to connect to an FTP site, check each file against local files, and download the files which have been updated. The program has been in use for over four years at several different locations. Just today at one location the users are getting the error listed in the title. There are multiple computers at that location and all are getting the error. Meanwhile at other locations the program is executing with no errors. I tried adding several different options to the program such as KeepAlive, Options=DoNotDetectFeatures, etc. but they are still getting the error. Below is the log that was generated:
2011-15-11 11:12:37.518 Opening log file.
2011-15-11 11:12:37.596 INFO Ftp(1) Info: Connecting to cnhs.host-ed.net:21 using Ftp 3.0.3300.0.
2011-15-11 11:12:37.596 INFO Ftp(1) Info: Using proxy none.
2011-15-11 11:12:37.940 DEBUG Ftp(1) Info: Connection succeeded.
2011-15-11 11:12:37.986 INFO Ftp(1) Response: 220 ::ffff:82.197.130.24 FTP server ready
2011-15-11 11:12:37.986 INFO Ftp(1) Command: USER 213522_user
2011-15-11 11:12:38.158 INFO Ftp(1) Response: 331 Password required for 213522_user
2011-15-11 11:12:38.158 INFO Ftp(1) Command: PASS ********
2011-15-11 11:12:38.314 INFO Ftp(1) Response: 230 Welcome to your web hosting account!Please upload your web site inside the directory of the respective hostname.(If you wish to upload outside the hostname directories or delete them please make sure Directory Protection is set to OFF from your hosting control panel - File Manager section)
2011-15-11 11:12:38.314 INFO Ftp(1) Command: FEAT
2011-15-11 11:12:38.471 INFO Ftp(1) Response: 211-Features:
2011-15-11 11:12:38.471 INFO Ftp(1) Response: MDTM
2011-15-11 11:12:38.471 INFO Ftp(1) Response: MFMT
2011-15-11 11:12:38.471 INFO Ftp(1) Response: TVFS
2011-15-11 11:12:38.471 INFO Ftp(1) Response: MFF modify;UNIX.group;UNIX.mode;
2011-15-11 11:12:38.471 INFO Ftp(1) Response: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
2011-15-11 11:12:38.471 INFO Ftp(1) Response: REST STREAM
2011-15-11 11:12:38.471 INFO Ftp(1) Response: SIZE
2011-15-11 11:12:38.471 INFO Ftp(1) Response: 211 End
2011-15-11 11:12:38.486 DEBUG Ftp(1) Info: Starting data transfer.
2011-15-11 11:12:38.486 INFO Ftp(1) Command: TYPE A
2011-15-11 11:12:38.658 INFO Ftp(1) Response: 200 Type set to A
2011-15-11 11:12:38.658 INFO Ftp(1) Command: PASV
2011-15-11 11:12:38.814 INFO Ftp(1) Response: 227 Entering Passive Mode (82,197,130,24,192,87).
2011-15-11 11:12:38.814 DEBUG Ftp(1) Info: Establishing data connection.
2011-15-11 11:12:39.001 INFO Ftp(1) Command: MLSD
2011-15-11 11:12:39.173 INFO Ftp(1) Response: 150 Opening ASCII mode data connection for MLSD
2011-15-11 11:12:39.189 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:12:39.189 DEBUG Ftp(1) Info: Closing downloading data connection.
2011-15-11 11:12:39.189 DEBUG Ftp(1) Info: Waiting for data transfer ending message.
2011-15-11 11:12:39.345 INFO Ftp(1) Response: 226 Transfer complete
2011-15-11 11:12:39.345 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:12:39.345 DEBUG Ftp(1) Info: Transfer ended successfully.
2011-15-11 11:12:39.345 DEBUG Ftp(1) Info: Data connection closed.
2011-15-11 11:12:39.345 INFO Ftp(1) Command: CWD /Reports
2011-15-11 11:12:39.501 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:12:39.501 INFO Ftp(1) Command: PWD
2011-15-11 11:12:39.673 INFO Ftp(1) Response: 257 "/Reports" is the current directory
2011-15-11 11:12:39.673 DEBUG Ftp(1) Info: Starting data transfer.
2011-15-11 11:12:39.673 INFO Ftp(1) Command: PASV
2011-15-11 11:12:39.829 INFO Ftp(1) Response: 227 Entering Passive Mode (82,197,130,24,192,160).
2011-15-11 11:12:39.829 DEBUG Ftp(1) Info: Establishing data connection.
2011-15-11 11:12:40.001 INFO Ftp(1) Command: MLSD
2011-15-11 11:12:40.141 INFO Ftp(1) Response: 150 Opening ASCII mode data connection for MLSD
2011-15-11 11:12:40.157 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:12:40.157 DEBUG Ftp(1) Info: Closing downloading data connection.
2011-15-11 11:12:40.157 DEBUG Ftp(1) Info: Waiting for data transfer ending message.
2011-15-11 11:12:40.313 INFO Ftp(1) Response: 226 Transfer complete
2011-15-11 11:12:40.313 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:12:40.313 DEBUG Ftp(1) Info: Transfer ended successfully.
2011-15-11 11:12:40.313 DEBUG Ftp(1) Info: Data connection closed.
2011-15-11 11:12:40.313 INFO Ftp(1) Command: PWD
2011-15-11 11:12:40.469 INFO Ftp(1) Response: 257 "/Reports" is the current directory
2011-15-11 11:12:40.469 INFO Ftp(1) Command: CWD /Reports/Payables
2011-15-11 11:12:40.626 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:12:40.626 INFO Ftp(1) Command: PWD
2011-15-11 11:12:40.797 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:40.797 DEBUG Ftp(1) Info: Starting data transfer.
2011-15-11 11:12:40.797 INFO Ftp(1) Command: PASV
2011-15-11 11:12:40.969 INFO Ftp(1) Response: 227 Entering Passive Mode (82,197,130,24,192,89).
2011-15-11 11:12:40.969 DEBUG Ftp(1) Info: Establishing data connection.
2011-15-11 11:12:41.125 INFO Ftp(1) Command: MLSD
2011-15-11 11:12:41.266 INFO Ftp(1) Response: 150 Opening ASCII mode data connection for MLSD
2011-15-11 11:12:41.281 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:12:41.281 DEBUG Ftp(1) Info: Closing downloading data connection.
2011-15-11 11:12:41.281 DEBUG Ftp(1) Info: Waiting for data transfer ending message.
2011-15-11 11:12:41.422 INFO Ftp(1) Response: 226 Transfer complete
2011-15-11 11:12:41.422 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:12:41.422 DEBUG Ftp(1) Info: Transfer ended successfully.
2011-15-11 11:12:41.422 DEBUG Ftp(1) Info: Data connection closed.
2011-15-11 11:12:41.438 INFO Ftp(1) Command: PWD
2011-15-11 11:12:41.578 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:41.578 INFO Ftp(1) Command: PWD
2011-15-11 11:12:41.734 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:41.734 INFO Ftp(1) Command: PWD
2011-15-11 11:12:41.890 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:41.890 INFO Ftp(1) Command: PWD
2011-15-11 11:12:42.047 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:42.047 INFO Ftp(1) Command: PWD
2011-15-11 11:12:42.203 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:42.203 INFO Ftp(1) Command: PWD
2011-15-11 11:12:42.343 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:42.343 INFO Ftp(1) Command: PWD
2011-15-11 11:12:42.500 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:42.500 INFO Ftp(1) Command: PWD
2011-15-11 11:12:42.656 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:42.656 INFO Ftp(1) Command: PWD
2011-15-11 11:12:42.796 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:42.796 INFO Ftp(1) Command: PWD
2011-15-11 11:12:42.952 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:42.952 INFO Ftp(1) Command: PWD
2011-15-11 11:12:43.109 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:43.109 INFO Ftp(1) Command: PWD
2011-15-11 11:12:43.249 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:43.249 INFO Ftp(1) Command: PWD
2011-15-11 11:12:43.405 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:43.405 INFO Ftp(1) Command: PWD
2011-15-11 11:12:43.546 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:43.561 INFO Ftp(1) Command: PWD
2011-15-11 11:12:43.702 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:43.702 INFO Ftp(1) Command: PWD
2011-15-11 11:12:43.858 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:43.858 INFO Ftp(1) Command: PWD
2011-15-11 11:12:44.014 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:44.014 INFO Ftp(1) Command: PWD
2011-15-11 11:12:44.155 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:44.155 INFO Ftp(1) Command: PWD
2011-15-11 11:12:44.295 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:44.295 INFO Ftp(1) Command: PWD
2011-15-11 11:12:44.436 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:44.452 INFO Ftp(1) Command: PWD
2011-15-11 11:12:44.592 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:44.592 INFO Ftp(1) Command: PWD
2011-15-11 11:12:44.733 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:44.733 INFO Ftp(1) Command: PWD
2011-15-11 11:12:44.873 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:44.873 INFO Ftp(1) Command: PWD
2011-15-11 11:12:45.029 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:45.029 INFO Ftp(1) Command: PWD
2011-15-11 11:12:45.154 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:45.154 INFO Ftp(1) Command: PWD
2011-15-11 11:12:45.295 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:45.295 INFO Ftp(1) Command: PWD
2011-15-11 11:12:45.451 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:45.451 INFO Ftp(1) Command: PWD
2011-15-11 11:12:45.607 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:45.607 INFO Ftp(1) Command: PWD
2011-15-11 11:12:45.748 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:45.748 INFO Ftp(1) Command: PWD
2011-15-11 11:12:45.888 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:45.888 INFO Ftp(1) Command: PWD
2011-15-11 11:12:46.029 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:46.029 INFO Ftp(1) Command: PWD
2011-15-11 11:12:46.170 INFO Ftp(1) Response: 257 "/Reports/Payables" is the current directory
2011-15-11 11:12:46.170 INFO Ftp(1) Command: CWD /Reports
2011-15-11 11:12:46.310 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:12:46.310 INFO Ftp(1) Command: PWD
2011-15-11 11:12:46.451 INFO Ftp(1) Response: 257 "/Reports" is the current directory
2011-15-11 11:12:46.451 INFO Ftp(1) Command: PWD
2011-15-11 11:12:46.576 INFO Ftp(1) Response: 257 "/Reports" is the current directory
2011-15-11 11:12:46.576 INFO Ftp(1) Command: PWD
2011-15-11 11:12:46.732 INFO Ftp(1) Response: 257 "/Reports" is the current directory
2011-15-11 11:12:46.732 INFO Ftp(1) Command: PWD
2011-15-11 11:12:46.872 INFO Ftp(1) Response: 257 "/Reports" is the current directory
2011-15-11 11:12:46.872 INFO Ftp(1) Command: PWD
2011-15-11 11:12:47.013 INFO Ftp(1) Response: 257 "/Reports" is the current directory
2011-15-11 11:12:47.013 INFO Ftp(1) Command: CWD /Reports/Receivables
2011-15-11 11:12:47.169 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:12:47.169 INFO Ftp(1) Command: PWD
2011-15-11 11:12:47.310 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:47.310 DEBUG Ftp(1) Info: Starting data transfer.
2011-15-11 11:12:47.310 INFO Ftp(1) Command: PASV
2011-15-11 11:12:47.450 INFO Ftp(1) Response: 227 Entering Passive Mode (82,197,130,24,192,231).
2011-15-11 11:12:47.450 DEBUG Ftp(1) Info: Establishing data connection.
2011-15-11 11:12:47.622 INFO Ftp(1) Command: MLSD
2011-15-11 11:12:47.747 INFO Ftp(1) Response: 150 Opening ASCII mode data connection for MLSD
2011-15-11 11:12:48.059 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:12:48.059 DEBUG Ftp(1) Info: Closing downloading data connection.
2011-15-11 11:12:48.059 DEBUG Ftp(1) Info: Waiting for data transfer ending message.
2011-15-11 11:12:48.200 INFO Ftp(1) Response: 226 Transfer complete
2011-15-11 11:12:48.200 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:12:48.200 DEBUG Ftp(1) Info: Transfer ended successfully.
2011-15-11 11:12:48.200 DEBUG Ftp(1) Info: Data connection closed.
2011-15-11 11:12:48.200 INFO Ftp(1) Command: PWD
2011-15-11 11:12:48.340 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:48.340 INFO Ftp(1) Command: PWD
2011-15-11 11:12:48.481 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:48.481 INFO Ftp(1) Command: PWD
2011-15-11 11:12:48.622 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:48.622 INFO Ftp(1) Command: PWD
2011-15-11 11:12:48.762 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:48.762 INFO Ftp(1) Command: PWD
2011-15-11 11:12:48.887 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:48.903 INFO Ftp(1) Command: PWD
2011-15-11 11:12:49.043 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:49.043 INFO Ftp(1) Command: PWD
2011-15-11 11:12:49.168 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:49.168 INFO Ftp(1) Command: PWD
2011-15-11 11:12:49.309 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:49.309 INFO Ftp(1) Command: PWD
2011-15-11 11:12:49.449 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:49.449 INFO Ftp(1) Command: PWD
2011-15-11 11:12:49.590 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:49.590 INFO Ftp(1) Command: PWD
2011-15-11 11:12:49.730 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:49.730 INFO Ftp(1) Command: PWD
2011-15-11 11:12:49.871 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:49.871 INFO Ftp(1) Command: PWD
2011-15-11 11:12:50.012 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:50.012 INFO Ftp(1) Command: PWD
2011-15-11 11:12:50.152 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:50.152 INFO Ftp(1) Command: PWD
2011-15-11 11:12:50.293 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:50.293 INFO Ftp(1) Command: PWD
2011-15-11 11:12:50.433 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:50.433 INFO Ftp(1) Command: PWD
2011-15-11 11:12:50.574 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:50.574 INFO Ftp(1) Command: PWD
2011-15-11 11:12:50.714 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:50.714 INFO Ftp(1) Command: PWD
2011-15-11 11:12:50.855 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:50.855 INFO Ftp(1) Command: PWD
2011-15-11 11:12:50.996 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:50.996 INFO Ftp(1) Command: PWD
2011-15-11 11:12:51.136 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:51.136 INFO Ftp(1) Command: PWD
2011-15-11 11:12:51.277 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:51.277 INFO Ftp(1) Command: PWD
2011-15-11 11:12:51.417 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:51.417 INFO Ftp(1) Command: PWD
2011-15-11 11:12:51.558 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:51.558 INFO Ftp(1) Command: PWD
2011-15-11 11:12:51.698 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:51.698 INFO Ftp(1) Command: PWD
2011-15-11 11:12:51.823 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:51.823 INFO Ftp(1) Command: PWD
2011-15-11 11:12:51.979 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:51.979 INFO Ftp(1) Command: PWD
2011-15-11 11:12:52.120 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:52.120 INFO Ftp(1) Command: PWD
2011-15-11 11:12:52.261 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:52.261 INFO Ftp(1) Command: PWD
2011-15-11 11:12:52.401 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:52.401 INFO Ftp(1) Command: PWD
2011-15-11 11:12:52.542 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:52.542 INFO Ftp(1) Command: PWD
2011-15-11 11:12:52.682 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:52.682 INFO Ftp(1) Command: PWD
2011-15-11 11:12:52.839 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:52.839 INFO Ftp(1) Command: PWD
2011-15-11 11:12:52.995 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:52.995 INFO Ftp(1) Command: PWD
2011-15-11 11:12:53.135 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:53.135 INFO Ftp(1) Command: PWD
2011-15-11 11:12:53.276 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:53.276 INFO Ftp(1) Command: PWD
2011-15-11 11:12:53.416 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:53.416 INFO Ftp(1) Command: PWD
2011-15-11 11:12:53.557 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:53.557 INFO Ftp(1) Command: PWD
2011-15-11 11:12:53.698 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:53.698 INFO Ftp(1) Command: PWD
2011-15-11 11:12:53.822 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:53.822 INFO Ftp(1) Command: PWD
2011-15-11 11:12:53.963 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:53.963 INFO Ftp(1) Command: PWD
2011-15-11 11:12:54.104 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:54.104 INFO Ftp(1) Command: PWD
2011-15-11 11:12:54.244 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:54.244 INFO Ftp(1) Command: PWD
2011-15-11 11:12:54.369 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:54.385 INFO Ftp(1) Command: PWD
2011-15-11 11:12:54.494 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:54.494 INFO Ftp(1) Command: PWD
2011-15-11 11:12:54.650 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:54.650 INFO Ftp(1) Command: PWD
2011-15-11 11:12:54.775 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:54.775 INFO Ftp(1) Command: PWD
2011-15-11 11:12:54.931 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:54.931 INFO Ftp(1) Command: PWD
2011-15-11 11:12:55.072 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:55.072 INFO Ftp(1) Command: PWD
2011-15-11 11:12:55.197 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:55.197 INFO Ftp(1) Command: PWD
2011-15-11 11:12:55.322 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:55.322 INFO Ftp(1) Command: PWD
2011-15-11 11:12:55.462 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:55.462 INFO Ftp(1) Command: PWD
2011-15-11 11:12:55.603 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:55.603 INFO Ftp(1) Command: PWD
2011-15-11 11:12:55.744 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:55.744 INFO Ftp(1) Command: PWD
2011-15-11 11:12:55.884 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:55.884 INFO Ftp(1) Command: PWD
2011-15-11 11:12:56.025 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:56.025 INFO Ftp(1) Command: PWD
2011-15-11 11:12:56.150 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:56.150 INFO Ftp(1) Command: PWD
2011-15-11 11:12:56.275 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:56.275 INFO Ftp(1) Command: PWD
2011-15-11 11:12:56.415 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:56.415 INFO Ftp(1) Command: PWD
2011-15-11 11:12:56.556 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:56.556 INFO Ftp(1) Command: PWD
2011-15-11 11:12:56.681 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:56.696 INFO Ftp(1) Command: PWD
2011-15-11 11:12:56.821 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:56.821 INFO Ftp(1) Command: PWD
2011-15-11 11:12:56.977 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:56.977 INFO Ftp(1) Command: PWD
2011-15-11 11:12:57.102 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:57.102 INFO Ftp(1) Command: PWD
2011-15-11 11:12:57.243 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:57.243 INFO Ftp(1) Command: PWD
2011-15-11 11:12:57.368 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:57.368 INFO Ftp(1) Command: PWD
2011-15-11 11:12:57.509 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:57.509 INFO Ftp(1) Command: PWD
2011-15-11 11:12:57.649 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:57.649 INFO Ftp(1) Command: PWD
2011-15-11 11:12:57.774 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:57.774 INFO Ftp(1) Command: PWD
2011-15-11 11:12:57.930 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:57.930 INFO Ftp(1) Command: PWD
2011-15-11 11:12:58.055 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:58.055 INFO Ftp(1) Command: PWD
2011-15-11 11:12:58.196 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:58.196 INFO Ftp(1) Command: PWD
2011-15-11 11:12:58.321 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:58.321 INFO Ftp(1) Command: PWD
2011-15-11 11:12:58.461 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:58.461 INFO Ftp(1) Command: PWD
2011-15-11 11:12:58.602 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:58.602 INFO Ftp(1) Command: PWD
2011-15-11 11:12:58.742 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:58.742 INFO Ftp(1) Command: PWD
2011-15-11 11:12:58.883 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:58.883 INFO Ftp(1) Command: PWD
2011-15-11 11:12:59.024 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:59.039 INFO Ftp(1) Command: PWD
2011-15-11 11:12:59.180 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:59.180 INFO Ftp(1) Command: PWD
2011-15-11 11:12:59.320 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:59.320 INFO Ftp(1) Command: PWD
2011-15-11 11:12:59.477 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:12:59.492 DEBUG Ftp(1) Info: Starting data transfer.
2011-15-11 11:12:59.492 INFO Ftp(1) Command: TYPE I
2011-15-11 11:12:59.633 INFO Ftp(1) Response: 200 Type set to I
2011-15-11 11:12:59.633 INFO Ftp(1) Command: PASV
2011-15-11 11:12:59.773 INFO Ftp(1) Response: 227 Entering Passive Mode (82,197,130,24,192,73).
2011-15-11 11:12:59.773 DEBUG Ftp(1) Info: Establishing data connection.
2011-15-11 11:12:59.929 INFO Ftp(1) Command: RETR PaperBill.rpt
2011-15-11 11:13:00.070 INFO Ftp(1) Response: 150 Opening BINARY mode data connection for PaperBill.rpt (59392 bytes)
2011-15-11 11:13:00.898 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:13:00.898 DEBUG Ftp(1) Info: Closing downloading data connection.
2011-15-11 11:13:00.898 DEBUG Ftp(1) Info: Waiting for data transfer ending message.
2011-15-11 11:13:01.054 INFO Ftp(1) Response: 226 Transfer complete
2011-15-11 11:13:01.054 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:13:01.054 DEBUG Ftp(1) Info: Transfer ended successfully.
2011-15-11 11:13:01.054 DEBUG Ftp(1) Info: Data connection closed.
2011-15-11 11:13:01.054 INFO Ftp(1) Command: PWD
2011-15-11 11:13:01.195 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:01.195 INFO Ftp(1) Command: PWD
2011-15-11 11:13:01.335 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:01.351 INFO Ftp(1) Command: PWD
2011-15-11 11:13:01.491 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:01.491 INFO Ftp(1) Command: PWD
2011-15-11 11:13:01.632 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:01.632 INFO Ftp(1) Command: PWD
2011-15-11 11:13:01.773 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:01.773 INFO Ftp(1) Command: PWD
2011-15-11 11:13:01.929 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:01.929 INFO Ftp(1) Command: PWD
2011-15-11 11:13:02.054 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:02.069 INFO Ftp(1) Command: PWD
2011-15-11 11:13:02.210 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:02.225 DEBUG Ftp(1) Info: Starting data transfer.
2011-15-11 11:13:02.225 INFO Ftp(1) Command: PASV
2011-15-11 11:13:02.366 INFO Ftp(1) Response: 227 Entering Passive Mode (82,197,130,24,192,229).
2011-15-11 11:13:02.366 DEBUG Ftp(1) Info: Establishing data connection.
2011-15-11 11:13:02.507 INFO Ftp(1) Command: RETR PrintCheckForPatient.rpt
2011-15-11 11:13:02.647 INFO Ftp(1) Response: 150 Opening BINARY mode data connection for PrintCheckForPatient.rpt (77824 bytes)
2011-15-11 11:13:03.522 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:13:03.522 DEBUG Ftp(1) Info: Closing downloading data connection.
2011-15-11 11:13:03.522 DEBUG Ftp(1) Info: Waiting for data transfer ending message.
2011-15-11 11:13:03.662 INFO Ftp(1) Response: 226 Transfer complete
2011-15-11 11:13:03.662 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:13:03.662 DEBUG Ftp(1) Info: Transfer ended successfully.
2011-15-11 11:13:03.662 DEBUG Ftp(1) Info: Data connection closed.
2011-15-11 11:13:03.662 INFO Ftp(1) Command: PWD
2011-15-11 11:13:03.819 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:03.819 INFO Ftp(1) Command: PWD
2011-15-11 11:13:03.959 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:03.959 INFO Ftp(1) Command: PWD
2011-15-11 11:13:04.100 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:04.100 INFO Ftp(1) Command: PWD
2011-15-11 11:13:04.240 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:04.256 INFO Ftp(1) Command: PWD
2011-15-11 11:13:04.397 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:04.397 INFO Ftp(1) Command: PWD
2011-15-11 11:13:04.537 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:04.537 INFO Ftp(1) Command: PWD
2011-15-11 11:13:04.678 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:04.678 INFO Ftp(1) Command: PWD
2011-15-11 11:13:04.818 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:04.818 INFO Ftp(1) Command: PWD
2011-15-11 11:13:04.974 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:04.974 INFO Ftp(1) Command: PWD
2011-15-11 11:13:05.115 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:05.115 INFO Ftp(1) Command: PWD
2011-15-11 11:13:05.256 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:05.256 INFO Ftp(1) Command: PWD
2011-15-11 11:13:05.381 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:05.396 INFO Ftp(1) Command: PWD
2011-15-11 11:13:05.521 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:05.521 INFO Ftp(1) Command: PWD
2011-15-11 11:13:05.662 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:05.677 INFO Ftp(1) Command: PWD
2011-15-11 11:13:05.802 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:05.818 INFO Ftp(1) Command: PWD
2011-15-11 11:13:05.943 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:05.943 INFO Ftp(1) Command: PWD
2011-15-11 11:13:06.115 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:06.115 INFO Ftp(1) Command: PWD
2011-15-11 11:13:06.240 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:06.255 INFO Ftp(1) Command: PWD
2011-15-11 11:13:06.380 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:06.380 INFO Ftp(1) Command: PWD
2011-15-11 11:13:06.536 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:06.536 INFO Ftp(1) Command: PWD
2011-15-11 11:13:06.677 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:06.677 INFO Ftp(1) Command: PWD
2011-15-11 11:13:06.802 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:06.802 INFO Ftp(1) Command: PWD
2011-15-11 11:13:06.958 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:06.958 INFO Ftp(1) Command: PWD
2011-15-11 11:13:07.099 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:07.099 INFO Ftp(1) Command: PWD
2011-15-11 11:13:07.239 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:07.239 INFO Ftp(1) Command: PWD
2011-15-11 11:13:07.364 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:07.364 INFO Ftp(1) Command: PWD
2011-15-11 11:13:07.521 INFO Ftp(1) Response: 257 "/Reports/Receivables" is the current directory
2011-15-11 11:13:07.521 INFO Ftp(1) Command: CWD /Reports
2011-15-11 11:13:07.661 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:07.661 INFO Ftp(1) Command: PWD
2011-15-11 11:13:07.802 INFO Ftp(1) Response: 257 "/Reports" is the current directory
2011-15-11 11:13:07.817 INFO Ftp(1) Command: PWD
2011-15-11 11:13:07.974 INFO Ftp(1) Response: 257 "/Reports" is the current directory
2011-15-11 11:13:07.974 INFO Ftp(1) Command: CWD /Reports/GeneralLedger
2011-15-11 11:13:08.099 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:08.099 INFO Ftp(1) Command: PWD
2011-15-11 11:13:08.239 INFO Ftp(1) Response: 257 "/Reports/GeneralLedger" is the current directory
2011-15-11 11:13:08.239 DEBUG Ftp(1) Info: Starting data transfer.
2011-15-11 11:13:08.239 INFO Ftp(1) Command: TYPE A
2011-15-11 11:13:08.380 INFO Ftp(1) Response: 200 Type set to A
2011-15-11 11:13:08.380 INFO Ftp(1) Command: PASV
2011-15-11 11:13:08.536 INFO Ftp(1) Response: 227 Entering Passive Mode (82,197,130,24,192,46).
2011-15-11 11:13:08.536 DEBUG Ftp(1) Info: Establishing data connection.
2011-15-11 11:13:08.692 INFO Ftp(1) Command: MLSD
2011-15-11 11:13:08.833 INFO Ftp(1) Response: 150 Opening ASCII mode data connection for MLSD
2011-15-11 11:13:08.849 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:13:08.849 DEBUG Ftp(1) Info: Closing downloading data connection.
2011-15-11 11:13:08.849 DEBUG Ftp(1) Info: Waiting for data transfer ending message.
2011-15-11 11:13:09.005 INFO Ftp(1) Response: 226 Transfer complete
2011-15-11 11:13:09.005 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:13:09.005 DEBUG Ftp(1) Info: Transfer ended successfully.
2011-15-11 11:13:09.005 DEBUG Ftp(1) Info: Data connection closed.
2011-15-11 11:13:09.005 INFO Ftp(1) Command: PWD
2011-15-11 11:13:09.130 INFO Ftp(1) Response: 257 "/Reports/GeneralLedger" is the current directory
2011-15-11 11:13:09.130 INFO Ftp(1) Command: PWD
2011-15-11 11:13:09.286 INFO Ftp(1) Response: 257 "/Reports/GeneralLedger" is the current directory
2011-15-11 11:13:09.286 INFO Ftp(1) Command: PWD
2011-15-11 11:13:09.442 INFO Ftp(1) Response: 257 "/Reports/GeneralLedger" is the current directory
2011-15-11 11:13:09.458 INFO Ftp(1) Command: PWD
2011-15-11 11:13:09.598 INFO Ftp(1) Response: 257 "/Reports/GeneralLedger" is the current directory
2011-15-11 11:13:09.598 INFO Ftp(1) Command: PWD
2011-15-11 11:13:09.739 INFO Ftp(1) Response: 257 "/Reports/GeneralLedger" is the current directory
2011-15-11 11:13:09.739 INFO Ftp(1) Command: PWD
2011-15-11 11:13:09.895 INFO Ftp(1) Response: 257 "/Reports/GeneralLedger" is the current directory
2011-15-11 11:13:09.895 INFO Ftp(1) Command: PWD
2011-15-11 11:13:10.036 INFO Ftp(1) Response: 257 "/Reports/GeneralLedger" is the current directory
2011-15-11 11:13:10.036 INFO Ftp(1) Command: PWD
2011-15-11 11:13:10.192 INFO Ftp(1) Response: 257 "/Reports/GeneralLedger" is the current directory
2011-15-11 11:13:10.192 INFO Ftp(1) Command: PWD
2011-15-11 11:13:10.317 INFO Ftp(1) Response: 257 "/Reports/GeneralLedger" is the current directory
2011-15-11 11:13:10.317 INFO Ftp(1) Command: CWD /Reports
2011-15-11 11:13:10.473 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:10.473 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:10.598 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:10.598 INFO Ftp(1) Command: PWD
2011-15-11 11:13:10.739 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:10.739 INFO Ftp(1) Command: CWD /Graphics
2011-15-11 11:13:10.880 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:10.880 INFO Ftp(1) Command: PWD
2011-15-11 11:13:11.020 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:11.020 DEBUG Ftp(1) Info: Starting data transfer.
2011-15-11 11:13:11.020 INFO Ftp(1) Command: PASV
2011-15-11 11:13:11.192 INFO Ftp(1) Response: 227 Entering Passive Mode (82,197,130,24,192,129).
2011-15-11 11:13:11.192 DEBUG Ftp(1) Info: Establishing data connection.
2011-15-11 11:13:11.333 INFO Ftp(1) Command: MLSD
2011-15-11 11:13:11.473 INFO Ftp(1) Response: 150 Opening ASCII mode data connection for MLSD
2011-15-11 11:13:11.614 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:13:11.614 DEBUG Ftp(1) Info: Closing downloading data connection.
2011-15-11 11:13:11.614 DEBUG Ftp(1) Info: Waiting for data transfer ending message.
2011-15-11 11:13:11.770 INFO Ftp(1) Response: 226 Transfer complete
2011-15-11 11:13:11.770 DEBUG Ftp(1) Info: Data transfer ended.
2011-15-11 11:13:11.770 DEBUG Ftp(1) Info: Transfer ended successfully.
2011-15-11 11:13:11.770 DEBUG Ftp(1) Info: Data connection closed.
2011-15-11 11:13:11.770 INFO Ftp(1) Command: PWD
2011-15-11 11:13:11.911 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:11.911 INFO Ftp(1) Command: PWD
2011-15-11 11:13:12.051 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:12.051 INFO Ftp(1) Command: PWD
2011-15-11 11:13:12.176 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:12.176 INFO Ftp(1) Command: PWD
2011-15-11 11:13:12.332 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:12.332 INFO Ftp(1) Command: PWD
2011-15-11 11:13:12.473 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:12.473 INFO Ftp(1) Command: PWD
2011-15-11 11:13:12.598 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:12.598 INFO Ftp(1) Command: PWD
2011-15-11 11:13:12.739 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:12.739 INFO Ftp(1) Command: PWD
2011-15-11 11:13:12.879 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:12.879 INFO Ftp(1) Command: PWD
2011-15-11 11:13:13.020 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:13.020 INFO Ftp(1) Command: PWD
2011-15-11 11:13:13.160 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:13.160 INFO Ftp(1) Command: PWD
2011-15-11 11:13:13.301 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:13.301 INFO Ftp(1) Command: PWD
2011-15-11 11:13:13.442 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:13.442 INFO Ftp(1) Command: PWD
2011-15-11 11:13:13.566 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:13.566 INFO Ftp(1) Command: PWD
2011-15-11 11:13:13.707 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:13.707 INFO Ftp(1) Command: PWD
2011-15-11 11:13:13.848 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:13.848 INFO Ftp(1) Command: PWD
2011-15-11 11:13:13.973 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:13.973 INFO Ftp(1) Command: PWD
2011-15-11 11:13:14.113 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:14.113 INFO Ftp(1) Command: PWD
2011-15-11 11:13:14.238 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:14.238 INFO Ftp(1) Command: PWD
2011-15-11 11:13:14.379 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:14.379 INFO Ftp(1) Command: PWD
2011-15-11 11:13:14.535 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:14.535 INFO Ftp(1) Command: PWD
2011-15-11 11:13:14.660 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:14.660 INFO Ftp(1) Command: PWD
2011-15-11 11:13:14.801 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:14.801 INFO Ftp(1) Command: PWD
2011-15-11 11:13:14.926 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:14.926 INFO Ftp(1) Command: PWD
2011-15-11 11:13:15.066 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:15.066 INFO Ftp(1) Command: PWD
2011-15-11 11:13:15.207 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:15.207 INFO Ftp(1) Command: PWD
2011-15-11 11:13:15.347 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:15.347 INFO Ftp(1) Command: PWD
2011-15-11 11:13:15.472 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:15.472 INFO Ftp(1) Command: PWD
2011-15-11 11:13:15.613 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:15.613 INFO Ftp(1) Command: PWD
2011-15-11 11:13:15.738 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:15.738 INFO Ftp(1) Command: PWD
2011-15-11 11:13:15.894 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:15.894 INFO Ftp(1) Command: PWD
2011-15-11 11:13:16.019 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:16.019 INFO Ftp(1) Command: PWD
2011-15-11 11:13:16.160 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:16.160 INFO Ftp(1) Command: PWD
2011-15-11 11:13:16.300 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:16.300 INFO Ftp(1) Command: PWD
2011-15-11 11:13:16.425 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:16.425 INFO Ftp(1) Command: PWD
2011-15-11 11:13:16.597 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:16.597 INFO Ftp(1) Command: PWD
2011-15-11 11:13:16.738 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:16.738 INFO Ftp(1) Command: PWD
2011-15-11 11:13:16.878 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:16.878 INFO Ftp(1) Command: PWD
2011-15-11 11:13:17.019 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:17.019 INFO Ftp(1) Command: PWD
2011-15-11 11:13:17.159 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:17.159 INFO Ftp(1) Command: PWD
2011-15-11 11:13:17.269 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:17.300 INFO Ftp(1) Command: PWD
2011-15-11 11:13:17.409 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:17.409 INFO Ftp(1) Command: PWD
2011-15-11 11:13:17.566 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:17.566 INFO Ftp(1) Command: PWD
2011-15-11 11:13:17.691 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:17.691 INFO Ftp(1) Command: PWD
2011-15-11 11:13:17.831 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:17.831 INFO Ftp(1) Command: PWD
2011-15-11 11:13:17.972 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:17.987 INFO Ftp(1) Command: PWD
2011-15-11 11:13:18.097 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:18.097 INFO Ftp(1) Command: PWD
2011-15-11 11:13:18.253 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:18.253 INFO Ftp(1) Command: PWD
2011-15-11 11:13:18.393 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:18.393 INFO Ftp(1) Command: PWD
2011-15-11 11:13:18.503 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:18.503 INFO Ftp(1) Command: PWD
2011-15-11 11:13:18.628 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:18.643 INFO Ftp(1) Command: PWD
2011-15-11 11:13:18.784 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:18.784 INFO Ftp(1) Command: PWD
2011-15-11 11:13:18.893 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:18.893 INFO Ftp(1) Command: PWD
2011-15-11 11:13:19.034 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:19.034 INFO Ftp(1) Command: PWD
2011-15-11 11:13:19.175 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:19.175 INFO Ftp(1) Command: PWD
2011-15-11 11:13:19.315 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:19.315 INFO Ftp(1) Command: PWD
2011-15-11 11:13:19.471 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:19.471 INFO Ftp(1) Command: PWD
2011-15-11 11:13:19.581 INFO Ftp(1) Response: 257 "/Graphics" is the current directory
2011-15-11 11:13:19.581 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:19.737 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:19.737 INFO Ftp(1) Command: PWD
2011-15-11 11:13:19.862 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:19.862 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:20.002 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:20.002 INFO Ftp(1) Command: PWD
2011-15-11 11:13:20.127 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:20.127 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:20.268 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:20.268 INFO Ftp(1) Command: PWD
2011-15-11 11:13:20.409 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:20.409 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:20.534 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:20.534 INFO Ftp(1) Command: PWD
2011-15-11 11:13:20.705 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:20.705 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:20.846 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:20.846 INFO Ftp(1) Command: PWD
2011-15-11 11:13:20.971 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:20.971 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:21.111 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:21.111 INFO Ftp(1) Command: PWD
2011-15-11 11:13:21.236 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:21.236 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:21.393 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:21.393 INFO Ftp(1) Command: PWD
2011-15-11 11:13:21.533 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:21.533 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:21.658 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:21.658 INFO Ftp(1) Command: PWD
2011-15-11 11:13:21.783 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:21.799 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:21.939 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:21.939 INFO Ftp(1) Command: PWD
2011-15-11 11:13:22.064 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:22.080 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:22.221 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:22.221 INFO Ftp(1) Command: PWD
2011-15-11 11:13:22.361 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:22.361 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:22.502 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:22.502 INFO Ftp(1) Command: PWD
2011-15-11 11:13:22.627 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:22.627 INFO Ftp(1) Command: CWD /
2011-15-11 11:13:22.783 INFO Ftp(1) Response: 250 CWD command successful
2011-15-11 11:13:22.783 INFO Ftp(1) Command: PWD
2011-15-11 11:13:22.924 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:22.924 INFO Ftp(1) Command: PWD
2011-15-11 11:13:23.065 INFO Ftp(1) Response: 257 "/" is the current directory
2011-15-11 11:13:23.065 DEBUG Ftp(1) Info: Starting data transfer.
2011-15-11 11:13:23.065 INFO Ftp(1) Command: TYPE I
2011-15-11 11:13:23.205 INFO Ftp(1) Response: 200 Type set to I
2011-15-11 11:13:23.205 INFO Ftp(1) Command: PASV
2011-15-11 11:13:23.330 INFO Ftp(1) Response: 227 Entering Passive Mode (82,197,130,24,192,119).
2011-15-11 11:13:23.330 DEBUG Ftp(1) Info: Establishing data connection.
2011-15-11 11:13:23.487 INFO Ftp(1) Command: RETR Receivables.zip
2011-15-11 11:13:23.612 INFO Ftp(1) Response: 150 Opening BINARY mode data connection for Receivables.zip (2054025 bytes)
2011-15-11 11:13:23.643 ERROR Ftp(1) Info: Error while reading data: System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at Rebex.Net.ProxySocket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at Rebex.Net.FtpDownloadStream.Receive(Byte[] buffer, Int32 offset, Int32 count)
at Rebex.Net.FtpDownloadStream.Read(Byte[] buffer, Int32 offset, Int32 count)
2011-15-11 11:13:23.643 DEBUG Ftp(1) Info: Aborting downloading data connection.
2011-15-11 11:13:23.643 INFO Ftp(1) Info: Aborting download.
2011-15-11 11:13:23.643 INFO Ftp(1) Command: ABOR
2011-15-11 11:13:23.784 INFO Ftp(1) Response: 451 Transfer aborted. Broken pipe
2011-15-11 11:13:23.909 INFO Ftp(1) Response: 226 Abort successful
I don't know if someone can help me, this may not be a Rebex issue at all, because when I try to connect to the FTP site using FireFox I can connect without any problem but get a page load error when I try to download. So it could be a security or firewall issue at this particular location. But in case there is something I can do with Rebex to correct the problem, I am asking at this forum. Thank you very much in advance for your help.
asked
15 Nov '11, 17:26
nina98765
15
accept rate:
0%
Hello, the log indicates that Rebex FTP was able to successfully download "PaperBill.rpt" and "PrintCheckForPatient.rpt" files, but failed on "Receivables.zip" file. So at least some downloads are working at that location. Does it always fail at the same file, or are the failures random?