Originally posted by: Staar
I'm having trouble connecting to ftp sites that require 128 bit encryption. In the ftp command line I have:
-tv -PV -URL "ftp://<user>:<password>@<site>:21/<SubFolder>/test.txt" -SPROTO SSLv2 -SYS WIN32 -STR STRONG
Does anyone know what STRONG, WEAK, ANY translate to for the encryption strength? What is 128 bit considered?
We host the ftp site so I know it supports SSL v1 and v2.
The root folder on the site does not require encryption but the subfolder I'm trying to access does require 128 bit encryption. The adapter trace reads:
FTP Adapter, Version 8.0(105)
Copyright © 2004, Ascential Software Corporation. All rights reserved
Built for WIN32 - INTEL on Jan 31 2006 at 17:49:13.
Microsoft (R) C Runtime Library is
Copyright (C) Microsoft Corp. 1981-1999.
Using C:\WINNT\system32\MSVCRT.dll (Version 6.10.9844.0) for Visual C++ runtime.
Retry Count is 0. Retry Interval is 0. OnFailure is Rollback.
Fetch Unit is 0. Card Mode is Integral.
Will process 40 bytes of data.
Run Started at 16:54:49.969 on 12/07/06.
Options used: trace,verbose,name,sys,pasv,url,sproto,str
URL ftp://<user>:*****@<site>:21/<SubFolder>/test.txt will be used.
WSAStart: Entering WSAStart: bWSStarted = 1, nWSClients = 17 Sockets Client ID 18 enabled.
WSAStart: Exiting (rc = 1) URL user: '<user>'.
URL pass: '*********'.
URL host: '<site>'.
URL port: '21'.
URL path: '<SubFolder>/test.txt'.
URL type: 'I'.
Using ftp: protocol.
Server host is '<site>'.
Hostname: '<site>'.
Address #1: <IP Address>.
Using port '21' for the connection.
Connecting to '<site>'.
Checking user port 21.
Service: 'ftp'.
Port: 21.
Protocol: 'tcp'.
Socket Opened.
Connected.
>220 <site> X2 WS_FTP Server 5.0.5 (1840031322) (S)
<USER <user>
>331 Password required (S)
<PASS
>230 user logged in (S)
Setting DOS/WIN-specific parameters.
<CWD <SubFolder>
>550 <SubFolder>: folder not found (F)
<CWD <SubFolder>
>550 <SubFolder>: folder not found (F)
<REIN
>220 Service ready for new user (S)
<QUIT
>221 Good-Bye (S)
Socket Closed.
Connection closed.
Run Terminated at 16:54:49.985 on 12/07/06.
Any help would be greatly appreciated!
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender