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

Jesusss

solved

It was a problem with connections param, exclude option -explicit and works fine...
Jesusss

Error 530 Please login with USER and PASS.

Hi:

When i try to upload a file to ftp from script, finished with error

. 2017-05-02 16:26:00.509 Connecting to ftp.testftp.com ...
. 2017-05-02 16:26:00.540 Connected with ftp.testftp.com, negotiating TLS connection...
< 2017-05-02 16:26:00.587 220 Welcome to FTP service.
> 2017-05-02 16:26:00.587 AUTH TLS
< 2017-05-02 16:26:00.618 530 Please login with USER and PASS.
> 2017-05-02 16:26:00.618 AUTH SSL
< 2017-05-02 16:26:00.649 530 Please login with USER and PASS.
. 2017-05-02 16:26:00.649 Connection failed.

But if i connect from scp interface is all ok (same user and pass)

Thanks