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

lucagrimo

Re: Task manager issue for upload to FTP with SSL

martin wrote:

As the linked article says:
To check for an error in console output, it is recommended to use winscp.com.

Thank you. I resolved usign
open ftpes://
martin

Re: Task manager issue for upload to FTP with SSL

As the linked article says:
To check for an error in console output, it is recommended to use winscp.com.
lucagrimo

Re: Task manager issue for upload to FTP with SSL

martin wrote:



How can i know if the script run from cmd is gone?
i run in command prompt the winscp.exe with the /scritp option as i have in windows scheduler but i have no message.
lucagrimo

Task manager issue for upload to FTP with SSL

Hy all, i'm a new user of WinSCP and i have an issue. I had to schedule an upload of some files from my server to an FTP win SLL. I've done a script (upload.txt with the code under) and i scheduled in Windows the winscp.exe /script="upload.txt".
open ftp://myusername:mypassword@myftpaddress /explicitssl
cd /BI
put E:\FTP2\BI\*.*
close
exit

The scheduled task fail without log information, bui if i try the script in Prompt Command it's ok.
Can you help me please?
Thanks
Luca