Ver Mensaje Individual
  #6  
Viejo 19/07/10, 23:52:01
Ramiro Ojeda Ramiro Ojeda is offline
Junior Member
 
Fecha de Ingreso: oct 2006
Mensajes: 7
ftp_connect

Hola .. éste es el codigo k estpy utilizando .

call function 'HTTP_SCRAMBLE'
exporting
source = pwd
sourcelen = slen
key = key
importing
destination = pwd.

* Valida código de Retorno.
IF SY-SUBRC NE 0.
sw-err = 1.
* TEXT-002 = 'Error al Obtener psw Encriptada'.
MESSAGE i368(00) WITH text-002.
ELSE.
* Función para hacer el Connect
call function 'FTP_CONNECT'
exporting
user = user
password = pwd
host = host
rfc_destination = dest
importing
handle = hdl.


Y el mensaje k me mandas es:

El usuario Administrator no está autorizado en la máquina 200.57.159.1.

Por DOS si me puedo conectar correctamente.

Saludos

Ramiro
Responder Con Cita