Match Clients Settings with Library components

Hi

Okay I have tried everything now I am about to give you back you licence. However I would like to try one last thing. I would like these clicnt setting matched to the commands on the FTP library.

protocol
ftp over ssl explicit
host
port: 21
mode: Passive Mode (PASV)
Secure connection Auth Mode:
SSL
control connection mode: private (secure)
Data connection mode
File transfer : Private (secure)
List transfer: private (secure)
Trasnfer settings
Default transfer type Ascii

IF i can match these to the library I am hotping it will work because the client works whe these settings are set.

protocol, ftp over ssl explicit: Property Protocol
mode: Passive Mode (PASV) : Property Passive
host: Property Host
port: Property Port
control connection mode: private (secure): If Protocol is set to SSL/TLS explicit then you can call the ClearControlConnection method right after the login to clear (unprotected) the control connection.
Secure connection Auth Mode: SSL. Automatic. Not required.
Data connection mode, File transfer : Private (secure), List transfer: private (secure): Property DataProtection. Set right before the transfer.
Default transfer type Ascii: DataTransferType. Set right before the list or the data transfer.

You can lookup the meaning and the values of these properties in the help file.

Regards,
SmartFTP


protocol, ftp over ssl explicit: Property Protocol
mode: Passive Mode (PASV) : Property Passive
host: Property Host
port: Property Port
control connection mode: private (secure): If Protocol is set to SSL/TLS explicit then you can call the ClearControlConnection method right after the login to clear (unprotected) the control connection.
Secure connection Auth Mode: SSL. Automatic. Not required.
Data connection mode, File transfer : Private (secure), List transfer: private (secure): Property DataProtection. Set right before the transfer.
Default transfer type Ascii: DataTransferType. Set right before the list or the data transfer.

You can lookup the meaning and the values of these properties in the help file.

Regards,
SmartFTP
Hi

I macthed everything as explained above and read how each event and method behaves when used but still now joy. Log is hsown below. Please tell me we can fix this. my customer has already lost faith in SMartFTP
[20061002 20:45:46] SmartFTP FTP Library v1.5.8.30
[20061002 20:45:46] Resolving host name "vwix.dhs.ca.gov"
[20061002 20:45:46] Connecting to 134.186.44.120 Port: 21
[20061002 20:45:46] Connected to vwix.dhs.ca.gov.
[20061002 20:45:48] 220-FTPSECRE IBM FTP CS V1R4 at MVSSY1.TEALE.CA.GOV, 20:45:30 on 2006-10-02.
[20061002 20:45:48] 220 Connection will not timeout.
[20061002 20:45:48] AUTH TLS
[20061002 20:45:50] 234 Security environment established - ready for negotiation
[20061002 20:45:50] Connected. Exchanging encryption keys...
[20061002 20:45:51] Session Cipher: 128 bit RC4
[20061002 20:45:51] TLS encrypted session established.
[20061002 20:45:51] PBSZ 0
[20061002 20:45:52] 200 Protection buffer size accepted
[20061002 20:45:52] USER ***
[20061002 20:45:52] 331 Send password please.
[20061002 20:45:52] PASS ***
[20061002 20:45:53] 230 HD02461B is logged on. Working directory is "HD02461B.".
[20061002 20:45:53] SYST
[20061002 20:45:54] 215 MVS is the operating system of this server. FTP Server is running on z/OS.
[20061002 20:45:54] Detected Server Type: MVS
[20061002 20:45:54] FEAT
[20061002 20:45:54] 211- Extensions supported
[20061002 20:45:55] SIZE
[20061002 20:45:55] AUTH TLS
[20061002 20:45:55] PBSZ
[20061002 20:45:55] PROT
[20061002 20:45:55] 211 End
[20061002 20:45:55] TYPE I
[20061002 20:45:56] 200 Representation type is Image
[20061002 20:45:56] REST 0
[20061002 20:45:56] 504 Restart not allowed with active security mechanism
[20061002 20:45:56] PWD
[20061002 20:45:57] 257 "'HD02461B.'" is working directory.
[20061002 20:45:57] SITE LRECL=11 BLOCKSIZE=4400 RECFM=FB
[20061002 20:45:58] 200 SITE command was accepted
[20061002 20:45:58] CWD 'HD.WIX8140.HDVWIXP.'
[20061002 20:45:58] 250 "HD.WIX8140.HDVWIXP." is the working directory name prefix.
[20061002 20:45:58] PWD
[20061002 20:45:59] 257 "'HD.WIX8140.HDVWIXP.'" is working directory.
[20061002 20:45:59] TYPE A
[20061002 20:46:00] 200 Representation type is Ascii NonPrint
[20061002 20:46:00] PROT P
[20061002 20:46:00] 200 Data connection protection set to private
[20061002 20:46:00] PASV
[20061002 20:46:01] 227 Entering Passive Mode (134,187,51,1,196,185)
[20061002 20:46:01] Opening data connection to 134.186.44.120 Port: 50361
[20061002 20:46:01] STOR 'HD.WIX8140.HDVWIXP.D06102.T224559.R0312165'
[20061002 20:46:22] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[20061002 20:46:52] Timeout (30s).
[20061002 20:46:52] 3
[20061002 20:46:52] Client closed the connection.

Hello ..

Post the log from the FTP client and the log from the FTP library. This will allow us to compare both logs and figure out what you do wrong in your code.

Regards,
SmartFTP

Hello,

OK im a little lost you ask "Post the log from the FTP client and the log from the FTP library. This will allow us to compare both logs and figure out what you do wrong in your code."

But the only log we have is the one posted what other log from the FTP Client are you talking about? do you have a refrence to it or hwo to generate an FTP client log. I know when using SmartFTP it has its own log and then we use this the only log we have is below thanks


Hello ..

Post the log from the FTP client and the log from the FTP library. This will allow us to compare both logs and figure out what you do wrong in your code.

Regards,
SmartFTP


hello sorry it took me this long to understand the question... but here is the log from SmartFTp and our LOG

[11:06:12] SmartFTP v2.0.997.4
[11:06:13] Resolving host name "vwix.dhs.ca.gov"
[11:06:13] Connecting to 134.186.44.120 Port: 21
[11:06:13] Connected to vwix.dhs.ca.gov.
[11:06:13] 220-FTPSECRE IBM FTP CS V1R4 at MVSSY1.TEALE.CA.GOV, 18:06:08 on 2006-10-04.
[11:06:13] 220 Connection will not timeout.
[11:06:13] AUTH TLS
[11:06:13] 234 Security environment established - ready for negotiation
[11:06:13] Connected. Exchanging encryption keys...
[11:06:14] Session Cipher: 128 bit RC4
[11:06:14] TLS encrypted session established.
[11:06:14] PBSZ 0
[11:06:14] 200 Protection buffer size accepted
[11:06:14] USER HD02582A
[11:06:14] 331 Send password please.
[11:06:14] PASS (hidden)
[11:06:14] 230 HD02582A is logged on. Working directory is "HD02582A.".
[11:06:14] SYST
[11:06:14] 215 MVS is the operating system of this server. FTP Server is running on z/OS.
[11:06:14] Detected Server Type: MVS
[11:06:14] FEAT
[11:06:14] 211- Extensions supported
[11:06:14] SIZE
[11:06:14] AUTH TLS
[11:06:14] PBSZ
[11:06:14] PROT
[11:06:14] 211 End
[11:06:14] TYPE I
[11:06:14] 200 Representation type is Image
[11:06:14] REST 0
[11:06:14] 504 Restart not allowed with active security mechanism
[11:06:14] PWD
[11:06:14] 257 "'HD02582A.'" is working directory.
[11:06:14] CWD 'HD.WIX8140.HDVWIXP'
[11:06:14] 250 "HD.WIX8140.HDVWIXP." is the working directory name prefix.
[11:06:14] PWD
[11:06:14] 257 "'HD.WIX8140.HDVWIXP.'" is working directory.
[11:06:14] TYPE A
[11:06:14] 200 Representation type is Ascii NonPrint
[11:06:14] PROT P
[11:06:14] 200 Data connection protection set to private
[11:06:14] PASV
[11:06:14] 227 Entering Passive Mode (134,187,51,1,196,71)
[11:06:14] Opening data connection to 134.187.51.1 Port: 50247
[11:06:14] LIST
[11:06:14] Connected. Exchanging encryption keys...
[11:06:15] 125 List started OK
[11:06:15] Session Cipher: 128 bit RC4
[11:06:15] TLS encrypted session established.
[11:06:15] 127 bytes transferred. (675 bytes/s) (188 ms)
[11:06:15] 250 List completed successfully.
[11:07:05] NOOP
[11:07:05] 200 OK
[11:07:14] CWD 'HD.WIX8140.HDVWIXP'
[11:07:14] 250 "HD.WIX8140.HDVWIXP." is the working directory name prefix.
[11:07:14] PWD
[11:07:14] 257 "'HD.WIX8140.HDVWIXP.'" is working directory.
[11:07:14] Remote file exist check: "D061002.T104459.R897906".
[11:07:14] TYPE I
[11:07:14] 200 Representation type is Image
[11:07:14] SIZE D061002.T104459.R897906
[11:07:14] 550 SIZE command not supported with active security mechanism
[11:07:14] File size check (SIZE) failed. File not found or permission denied.
[11:07:14] TYPE A
[11:07:14] 200 Representation type is Ascii NonPrint
[11:07:14] PASV
[11:07:14] 227 Entering Passive Mode (134,187,51,1,196,70)
[11:07:14] Opening data connection to 134.187.51.1 Port: 50246
[11:07:14] STOR D061002.T104459.R897906
[11:07:14] Connected. Exchanging encryption keys...
[11:07:14] 125 Storing data set HD.WIX8140.HDVWIXP.D061002.T104459.R897906
[11:07:14] Session Cipher: 128 bit RC4
[11:07:14] TLS encrypted session established.
[11:07:14] 1116 bytes transferred. (4.35 KB/s) (250 ms)
[11:07:14] 250 Transfer completed successfully.
[11:07:14] Transfer successful.
[11:07:14] CWD 'HD.WIX8140.HDVWIXP'
[11:07:14] 250 "HD.WIX8140.HDVWIXP." is the working directory name prefix.
[11:07:14] PWD
[11:07:14] 257 "'HD.WIX8140.HDVWIXP.'" is working directory.
[11:07:14] PASV
[11:07:14] 227 Entering Passive Mode (134,187,51,1,196,105)
[11:07:14] Opening data connection to 134.187.51.1 Port: 50281
[11:07:14] LIST
[11:07:14] Connected. Exchanging encryption keys...
[11:07:14] 125 List started OK
[11:07:15] Session Cipher: 128 bit RC4
[11:07:15] TLS encrypted session established.
[11:07:15] 208 bytes transferred. (1.08 KB/s) (187 ms)
[11:07:15] 250 List completed successfully.





************************and here is our LOG************************************************
**********************************************************************************************************************************************************************************


[20061004 17:58:39] SmartFTP FTP Library v1.5.8.30
[20061004 17:58:39] Resolving host name "vwix.dhs.ca.gov"
[20061004 17:58:39] Connecting to 134.186.44.120 Port: 21
[20061004 17:58:39] Connected to vwix.dhs.ca.gov.
[20061004 17:58:39] 220-FTPSECRE IBM FTP CS V1R4 at MVSSY1.TEALE.CA.GOV, 17:58:35 on 2006-10-04.
[20061004 17:58:40] 220 Connection will not timeout.
[20061004 17:58:40] AUTH TLS
[20061004 17:58:40] 234 Security environment established - ready for negotiation
[20061004 17:58:40] Connected. Exchanging encryption keys...
[20061004 17:58:40] Session Cipher: 128 bit RC4
[20061004 17:58:40] TLS encrypted session established.
[20061004 17:58:40] PBSZ 0
[20061004 17:58:40] 200 Protection buffer size accepted
[20061004 17:58:40] USER ****
[20061004 17:58:41] 331 Send password please.
[20061004 17:58:41] PASS ****
[20061004 17:58:41] 230 HD02680A is logged on. Working directory is "HD02680A.".
[20061004 17:58:41] SYST
[20061004 17:58:41] 215 MVS is the operating system of this server. FTP Server is running on z/OS.
[20061004 17:58:41] Detected Server Type: MVS
[20061004 17:58:41] FEAT
[20061004 17:58:41] 211- Extensions supported
[20061004 17:58:41] SIZE
[20061004 17:58:41] AUTH TLS
[20061004 17:58:41] PBSZ
[20061004 17:58:41] PROT
[20061004 17:58:41] 211 End
[20061004 17:58:41] TYPE I
[20061004 17:58:41] 200 Representation type is Image
[20061004 17:58:41] REST 0
[20061004 17:58:41] 504 Restart not allowed with active security mechanism
[20061004 17:58:41] PWD
[20061004 17:58:41] 257 "'HD02680A.'" is working directory.
[20061004 17:58:41] SITE LRECL=11 BLOCKSIZE=4400 RECFM=FB
[20061004 17:58:41] 200 SITE command was accepted
[20061004 17:58:41] CWD 'HD.WIX8140.HDVWIXP.'
[20061004 17:58:41] 250 "HD.WIX8140.HDVWIXP." is the working directory name prefix.
[20061004 17:58:41] PWD
[20061004 17:58:41] 257 "'HD.WIX8140.HDVWIXP.'" is working directory.
[20061004 17:58:41] TYPE A
[20061004 17:58:41] 200 Representation type is Ascii NonPrint
[20061004 17:58:41] PROT P
[20061004 17:58:41] 200 Data connection protection set to private
[20061004 17:58:41] PASV
[20061004 17:58:41] 227 Entering Passive Mode (134,187,51,1,196,202)
[20061004 17:58:41] Opening data connection to 134.186.44.120 Port: 50378
[20061004 17:58:41] STOR 'd06104.t105841.r4044142'
[20061004 17:59:02] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[20061004 17:59:32] Timeout (30s).
[20061004 17:59:32] 3
[20061004 17:59:32] Client closed the connection.

Hello ..

There are 2 differences I can spot:

1. You send a SITE command when using the FTP Library.
SITE LRECL=11 BLOCKSIZE=4400 RECFM=FB

2. You are logging in with a different user when using the FTP Library:
FTP Client:
[11:06:14] PASS (hidden)
[11:06:14] 230 HD02582A is logged on. Working directory is "HD02582A.".

FTP Library:
[20061004 17:58:41] PASS ****
[20061004 17:58:41] 230 HD02680A is logged on. Working directory is "HD02680A.".

Recommendation:
Use the same user when using the FTP Library component. Do not send the SITE command.

Regards,
-Mat


Hello ..

There are 2 differences I can spot:

1. You send a SITE command when using the FTP Library.
SITE LRECL=11 BLOCKSIZE=4400 RECFM=FB

2. You are logging in with a different user when using the FTP Library:
FTP Client:
[11:06:14] PASS (hidden)
[11:06:14] 230 HD02582A is logged on. Working directory is "HD02582A.".

FTP Library:
[20061004 17:58:41] PASS ****
[20061004 17:58:41] 230 HD02680A is logged on. Working directory is "HD02680A.".

Recommendation:
Use the same user when using the FTP Library component. Do not send the SITE command.

Regards,
-Mat


i used the latest SmartFTP and here is the post and also used the same user

still havnt removed the SITE command
[13:38:36] SmartFTP v2.0.998.37
[13:38:36] Resolving host name "vwix.dhs.ca.gov"
[13:38:36] Connecting to 134.186.44.120 Port: 21
[13:38:36] Connected to vwix.dhs.ca.gov.
[13:38:37] 220-FTPSECRE IBM FTP CS V1R4 at MVSSY1.TEALE.CA.GOV, 20:38:32 on 2006-10-04.
[13:38:37] 220 Connection will not timeout.
[13:38:37] AUTH TLS
[13:38:37] 234 Security environment established - ready for negotiation
[13:38:37] Connected. Exchanging encryption keys...
[13:38:37] Session Cipher: 128 bit RC4
[13:38:37] TLS encrypted session established.
[13:38:37] PBSZ 0
[13:38:37] 200 Protection buffer size accepted
[13:38:37] USER HD02582A
[13:38:38] 331 Send password please.
[13:38:38] PASS (hidden)
[13:38:38] 230 HD02582A is logged on. Working directory is "HD02582A.".
[13:38:38] SYST
[13:38:38] 215 MVS is the operating system of this server. FTP Server is running on z/OS.
[13:38:38] Detected Server Type: MVS
[13:38:38] FEAT
[13:38:38] 211- Extensions supported
[13:38:38] SIZE
[13:38:38] AUTH TLS
[13:38:38] PBSZ
[13:38:38] PROT
[13:38:38] 211 End
[13:38:38] TYPE I
[13:38:38] 200 Representation type is Image
[13:38:38] REST 0
[13:38:38] 504 Restart not allowed with active security mechanism
[13:38:38] PWD
[13:38:38] 257 "'HD02582A.'" is working directory.
[13:38:38] CWD 'HD.WIX8140.HDVWIXP.'
[13:38:38] 250 "HD.WIX8140.HDVWIXP." is the working directory name prefix.
[13:38:38] PWD
[13:38:38] 257 "'HD.WIX8140.HDVWIXP.'" is working directory.
[13:38:38] TYPE A
[13:38:38] 200 Representation type is Ascii NonPrint
[13:38:38] PROT P
[13:38:38] 200 Data connection protection set to private
[13:38:38] PASV
[13:38:38] 227 Entering Passive Mode (134,187,51,1,196,209)
[13:38:38] Opening data connection to 134.187.51.1 Port: 50385
[13:38:38] LIST
[13:38:38] Connected. Exchanging encryption keys...
[13:38:38] 125 List started OK
[13:38:39] Session Cipher: 128 bit RC4
[13:38:39] TLS encrypted session established.
[13:38:39] 127 bytes transferred. (625 bytes/s) (203 ms)
[13:38:39] 250 List completed successfully.
[13:38:47] CWD 'HD.WIX8140.HDVWIXP'
[13:38:47] 250 "HD.WIX8140.HDVWIXP." is the working directory name prefix.
[13:38:47] PWD
[13:38:47] 257 "'HD.WIX8140.HDVWIXP.'" is working directory.
[13:38:47] Remote file exist check: "D060927.T103148.R391140".
[13:38:47] TYPE I
[13:38:47] 200 Representation type is Image
[13:38:47] SIZE D060927.T103148.R391140
[13:38:48] 550 SIZE command not supported with active security mechanism
[13:38:48] File size check (SIZE) failed. File not found or permission denied.
[13:38:48] TYPE A
[13:38:48] 200 Representation type is Ascii NonPrint
[13:38:48] PASV
[13:38:48] 227 Entering Passive Mode (134,187,51,1,196,121)
[13:38:48] Opening data connection to 134.187.51.1 Port: 50297
[13:38:48] STOR D060927.T103148.R391140
[13:38:48] Connected. Exchanging encryption keys...
[13:38:48] 125 Storing data set HD.WIX8140.HDVWIXP.D060927.T103148.R391140
[13:38:48] Session Cipher: 128 bit RC4
[13:38:48] TLS encrypted session established.
[13:38:48] 37 bytes transferred. (168 bytes/s) (219 ms)
[13:38:48] 250 Transfer completed successfully.
[13:38:48] Transfer successful.







Our Log*******************************************************************************************************************************************************************************************************************





[20061004 20:39:18] SmartFTP FTP Library v1.5.8.30
[20061004 20:39:18] Resolving host name "vwix.dhs.ca.gov"
[20061004 20:39:18] Connecting to 134.186.44.120 Port: 21
[20061004 20:39:18] Connected to vwix.dhs.ca.gov.
[20061004 20:39:18] 220-FTPSECRE IBM FTP CS V1R4 at MVSSY1.TEALE.CA.GOV, 20:39:14 on 2006-10-04.
[20061004 20:39:18] 220 Connection will not timeout.
[20061004 20:39:18] AUTH TLS
[20061004 20:39:19] 234 Security environment established - ready for negotiation
[20061004 20:39:19] Connected. Exchanging encryption keys...
[20061004 20:39:19] Session Cipher: 128 bit RC4
[20061004 20:39:19] TLS encrypted session established.
[20061004 20:39:19] PBSZ 0
[20061004 20:39:19] 200 Protection buffer size accepted
[20061004 20:39:19] USER ****
[20061004 20:39:19] 331 Send password please.
[20061004 20:39:19] PASS ****
[20061004 20:39:19] 230 HD02582A is logged on. Working directory is "HD02582A.".
[20061004 20:39:19] SYST
[20061004 20:39:19] 215 MVS is the operating system of this server. FTP Server is running on z/OS.
[20061004 20:39:19] Detected Server Type: MVS
[20061004 20:39:19] FEAT
[20061004 20:39:19] 211- Extensions supported
[20061004 20:39:20] SIZE
[20061004 20:39:20] AUTH TLS
[20061004 20:39:20] PBSZ
[20061004 20:39:20] PROT
[20061004 20:39:20] 211 End
[20061004 20:39:20] TYPE I
[20061004 20:39:20] 200 Representation type is Image
[20061004 20:39:20] REST 0
[20061004 20:39:20] 504 Restart not allowed with active security mechanism
[20061004 20:39:20] PWD
[20061004 20:39:20] 257 "'HD02582A.'" is working directory.
[20061004 20:39:20] SITE LRECL=11 BLOCKSIZE=4400 RECFM=FB
[20061004 20:39:20] 200 SITE command was accepted
[20061004 20:39:20] CWD 'HD.WIX8140.HDVWIXP.'
[20061004 20:39:20] 250 "HD.WIX8140.HDVWIXP." is the working directory name prefix.
[20061004 20:39:20] PWD
[20061004 20:39:20] 257 "'HD.WIX8140.HDVWIXP.'" is working directory.
[20061004 20:39:20] TYPE A
[20061004 20:39:20] 200 Representation type is Ascii NonPrint
[20061004 20:39:20] PROT P
[20061004 20:39:20] 200 Data connection protection set to private
[20061004 20:39:20] PASV
[20061004 20:39:20] 227 Entering Passive Mode (134,187,51,1,196,207)
[20061004 20:39:20] Opening data connection to 134.186.44.120 Port: 50383
[20061004 20:39:20] STOR 'd06104.t133920.r1661504'
[20061004 20:39:41] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[20061004 20:40:11] Timeout (30s).
[20061004 20:40:11] 3
[20061004 20:40:11] Client closed the connection.

Hello ..

Okay now try to not to send the SITE command:
[20061004 20:39:20] SITE LRECL=11 BLOCKSIZE=4400 RECFM=FB
[20061004 20:39:20] 200 SITE command was accepted

Another thing. Install the latest SmartFTP FTP Library component:
https://www.smartftp.com/get/SFTPFTPLib.exe

It's version .32 .. you are using .30.

Regards,
-Mat

Another difference:

The STOR commands are slightly different:
FTP component:
[20061004 20:39:20] STOR 'd06104.t133920.r1661504'

FTP client:
[20061004 21:42:52] STOR D06104.T144252.R2356352

=> remove the ' ' and try again.

Regards,
-Mat


Another difference:

The STOR commands are slightly different:
FTP component:
[20061004 20:39:20] STOR 'd06104.t133920.r1661504'

FTP client:
[20061004 21:42:52] STOR D06104.T144252.R2356352

=> remove the ' ' and try again.

Regards,
-Mat

No that was an error on our end i already fixed it i made it match your SmartFtp log also we do not have a firewall i even disabled xp firewall


No that was an error on our end i already fixed it i made it match your SmartFtp log also we do not have a firewall i even disabled xp firewall


ok the difference from our log to SmartFTp is this section

[13:38:38] LIST
[13:38:38] Connected. Exchanging encryption keys...
[13:38:38] 125 List started OK
[13:38:39] Session Cipher: 128 bit RC4
[13:38:39] TLS encrypted session established.
[13:38:39] 127 bytes transferred. (625 bytes/s) (203 ms)
[13:38:39] 250 List completed successfully.
[13:38:47] CWD 'HD.WIX8140.HDVWIXP'
[13:38:47] 250 "HD.WIX8140.HDVWIXP." is the working directory name prefix.
[13:38:47] PWD
[13:38:47] 257 "'HD.WIX8140.HDVWIXP.'" is working directory.
[13:38:47] Remote file exist check: "D060927.T103148.R391140".
[13:38:47] TYPE I
[13:38:47] 200 Representation type is Image
[13:38:47] SIZE D060927.T103148.R391140
[13:38:48] 550 SIZE command not supported with active security mechanism
[13:38:48] File size check (SIZE) failed. File not found or permission denied.
[13:38:48] TYPE A
[13:38:48] 200 Representation type is Ascii NonPrint
[13:38:48] PASV
[13:38:48] 227 Entering Passive Mode (134,187,51,1,196,121)
[13:38:48] Opening data connection to 134.187.51.1 Port: 50297
[13:38:48] STOR D060927.T103148.R391140
[13:38:48] Connected. Exchanging encryption keys...
[13:38:48] 125 Storing data set HD.WIX8140.HDVWIXP.D060927.T103148.R391140
[13:38:48] Session Cipher: 128 bit RC4
[13:38:48] TLS encrypted session established.
[13:38:48] 37 bytes transferred. (168 bytes/s) (219 ms)
[13:38:48] 250 Transfer completed successfully.
[13:38:48] Transfer successful.


please compare and tell me why thanks