There is no GridFTP server listening on 172.17.40.220:2811. Please telnet there:

$ telnet 172.17.40.220 2811

You should get something like this:

$ telnet 208.100.92.21 2811
Trying 208.100.92.21...
Connected to qb1.loni.org.
Escape character is '^]'.
220 qb1.loni.org GridFTP Server 3.23 (gcc64, 1278696115-80) [Globus Toolkit 
5.0.1] ready.

Lukasz


 I added the -dbg option and got this:

 root@Estacion05:/home/user# globus-url-copy -vb -dbg
 file:///home/user/ls.tmp  gsiftp://172.17.40.220:2811/tmp/
 Source:file:///home/user/
 Dest:   gsiftp://172.17.40.220:2811/tmp/
   ls.tmp
 debug: starting to put gsiftp://172.17.40.220:2811/tmp/ls.tmp
 debug: connecting to gsiftp://172.17.40.220:2811/tmp/ls.tmp
 (here there is a pause, and after 5 minutes)
 debug: aborting current operation
 debug: data callback, error globus_ftp_client: the operation was aborted,
 buffer 0xb7701008, length 0, offset=0, eof=true
 debug: operation complete

 error: globus_ftp_client: the operation was aborted

 Jorge

On 3/23/11 10:35 AM, Lukasz Lacinski wrote:
What do you get when you add the option -dbg?

Lukasz

On 3/23/11 10:19 AM, Jorge Jaramillo wrote:
  Thanks Lukasz

But now I have other problem, when I try to transfer a file, the command
just hangs there and shows me nothing. Am I doing anything wrong?

root@Estacion05:/home/user# globus-url-copy -vb file:///home/user/ls.tmp
gsiftp://172.17.40.220:2811/tmp/
Source: file:///home/user/
Dest:   gsiftp://172.17.40.220:2811/tmp/
   ls.tmp

2011/3/23 Jorge Jaramillo<[email protected]>

  Thanks Lukasz

But now I have other problem, when I try to transfer a file, the command
just hangs there and shows me nothing. Am I doing anything wrong?

root@Estacion05:/home/user# globus-url-copy -vb file:///home/user/ls.tmp
gsiftp://172.17.40.220:2811/tmp/
Source: file:///home/user/
Dest:   gsiftp://172.17.40.220:2811/tmp/
   ls.tmp


Jorge.



2011/3/23 Lukasz Lacinski<[email protected]>

Hi Jorge,

A GridFTP server does not use SSL protocol in control channel, so openssl s_client is not an appropriate client to communicate with a GridFTP server. You need to use globus-url-copy, uberftp or Globus Online service instead.

Regards,
Lukasz


On 3/23/11 8:42 AM, Jorge Jaramillo wrote:

Hello everyone,

I configured GT.5.0.3 on a server and created a simple CA. Then I send a
request from a client and got a certificate.

Now, I'm having some trouble on the client. Here is what I'm doing

root@Estacion05:/home/user# openssl verify -CApath
/etc/grid-security/certificates/ -purpose sslclient
~/.globus/usercert.pem
/root/.globus/usercert.pem: OK

root@Estacion05:/home/user# openssl s_client -ssl3 -cert
~/.globus/usercert.pem -key ~/.globus/userkey.pem -CApath
/etc/grid-security/certificates/ -connect 172.17.40.220:2811

Enter pass phrase for /root/.globus/userkey.pem:
CONNECTED(00000003)
2243:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version
number:s3_pkt.c:293:

I'm lost at this point, can anybody tell me what this error refers to???

Thanks

Jorge




Reply via email to