Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Error al intentar listar al directorio

Show us a log file.
dlopez

Re: Error al intentar listar al directorio

martin wrote:

That's correct.


Lo acabo de configurar al script pero no funciona. Devuelve el mismo error.

Hay alguna otra manera de omitirlo?
martin

Re: Error al intentar listar al directorio

That's correct.
dlopez

Re: Error al intentar listar al directorio

martin wrote:

Exclude the folder from the transfer:
synchronize -filemask=|.historico/ ...



El script que uso es este:

option batch abort
option confirm off
#
option transfer binary
synchronize local
close
exit
#


El agregado que mencionas debería de ir en "synchronize local -filemask=|.historico/"?
martin

Re: Error al intentar listar al directorio

Exclude the folder from the transfer:
synchronize -filemask=|.historico/ ...
dlopez

Error al intentar listar al directorio

Buenos días,
Les detallo un poco el problema que estoy teniendo.

Uso del aplicativo Winscp 5.7.7, con el cual me conecto a un servidor SFTP, cuya descarga de datos lo hago mediante un batch, cuya parte contiene winscp.exe /console /script=xxx.txt /log=log.txt.
El problema viene, cuando ejecuto el .batch. A listar una de las carpetas ocultas, cancela automáticamente la descarga de datos. Les adjunto el .log de lo que devuelve.

Alguien me podrá dar una mano con este tema?
Gracias

. 2017-02-13 09:13:32.489 Collecting synchronization list for local directory 'C:\WinSCP\Binarios\.historico' and remote directory '/home/XXXXXX/.historico', mode = Local, params = 0x2 (NoConfirmation)
. 2017-02-13 09:13:32.490 Local file 'C:\WinSCP\Binarios\.historico\.' [2017-02-07T13:28:42.837Z] [0] excluded from synchronization
. 2017-02-13 09:13:32.490 Local file 'C:\WinSCP\Binarios\.historico\..' [2017-02-07T13:28:42.837Z] [0] excluded from synchronization
. 2017-02-13 09:13:32.490 Listing directory "/home/XXXXXX/.historico".
> 2017-02-13 09:13:32.490 Type: SSH_FXP_OPENDIR, Size: 38, Number: 23563
< 2017-02-13 09:13:32.490 Type: SSH_FXP_STATUS, Size: 24, Number: 23300
. 2017-02-13 09:13:32.490 Discarding reserved response
< 2017-02-13 09:13:32.496 Type: SSH_FXP_STATUS, Size: 34, Number: 23563
< 2017-02-13 09:13:32.496 Status code: 3, Message: 23563, Server: Permission denied, Language:
. 2017-02-13 09:13:32.496 Asking user:
. 2017-02-13 09:13:32.496 Error al intentar listar al directorio «/home/XXXXXX/.historico». ("Permiso denegado
. 2017-02-13 09:13:32.496 Código de Error: 3
. 2017-02-13 09:13:32.496 Mensaje de error desde el servidor : Permission denied")
< 2017-02-13 09:13:32.496 Script: Error al intentar listar al directorio «/home/XXXXXX/.historico».
< 2017-02-13 09:13:32.496 Script: Permiso denegado
< 2017-02-13 09:13:32.496 Código de Error: 3
< 2017-02-13 09:13:32.496 Mensaje de error desde el servidor : Permission denied
. 2017-02-13 09:13:32.503 Script: Failed
. 2017-02-13 09:13:32.503 Script: Exit code: 1
. 2017-02-13 09:13:32.503 Closing connection.
. 2017-02-13 09:13:32.503 Sending special code: 12
. 2017-02-13 09:13:32.503 Sent EOF message