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 simple scripting Authentication failed. Winscp Version 5.8.2 (Build 6284)

Don't you have some special character in the password?
https://winscp.net/eng/docs/session_url#special

You can also try to enable password logging with /loglevel=* to see if a correct password is used.
danpino

Error simple scripting Authentication failed. Winscp Version 5.8.2 (Build 6284)

ERROR
Access denied.
Authentication failed.

This is the script:

open ftp://iesanvic:PASSWORD@www.sanvicente.edu.co/
mput "C:\Colegio\wlistas\SNP\*.pdf" "/httpdocs/portal/wlistas/snp/"
exit

any help?
Thanks Very Much !!
martin

Re: simple script does not work

The open ftp://user:password@b*******.de/ is correct.

Please attach a full log file showing the problem (using the latest version of WinSCP).

To generate log file, use /log=path_to_log_file command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.
Michael_ger

simple script does not work

Hi
I am just beginning to work with winscp

My Problem:

Example given:
winscp.com /script=myscript.txt
myscript.txt
open ftp://user:password@example.com/
***********

myScript 1):

open ftp://b*******.de
password@b*******.de/

myscript 2):
open ftp://user:password@b*******.de/

myscript 3):
open ftp://password@b*******.de/

No scripot works.
The server asks my password, but I want do run the script without any interuption

Perhaps you can help me?