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

vitoryu

files with char not transfering

hello

i need some help... i have few files im trying to syncronize to a ftp server ( i have tried with winscp.com and winscp gui) - but files with this syntax are not working...
can someone help me?

[01122228000%3AMESA%3AMESA]_01122228000-8001_20190312125109(54).txt

i believe the pattner '%3A' is the issue.

### My script
option batch continue
option confirm off
option transfer ascii
open ftp://xxxxxxx:xxxxxxx@xxxxxxxxxx
synchronize remote -criteria=either -preservetime D:\ /
echo Job is complete.
exit

### My Batch file
@echo off
start C:\"Program Files (x86)\WinSCP\winscp.com" /script=D:\script.txt /log=log.txt


thanks
Vitor