ftp automation

ScriptFTP

The professional tool to automate FTP, SFTP, FTPS and schedule FTP batch jobs

The forum is now read only. Please, go to the the main ScriptFTP website if you need help.
Post here if you experience file transfer problems or unexpected errors.
ScriptFTP could not delete a file on my FTP server. I tried to delete the same file with filezillla and it was successfull. Anyone any idea? Does this have anything to do with unicode support?

Regard,
Arjan de Vries

FileZilla:
DELE 14 BLØF - Harder Dan Ik Hebben Kan (officiële videoclip).mp4.MP3
Response: 250 Delete operation successful.

ScriptFTP:
DELE 14 BLØF - Harder Dan Ik Hebben Kan (officie¨le videoclip).mp4.MP3
550 Delete operation failed.
I too have this problem with downloading with the SYNC option.
Logfile:
Skipping (local file is up to date) 100020_1300955824446_publiceerbareaanvraag.pdf
Downloading (local file not found) 100020_1304416156016_119923-07_Constructie_coördinaten_brugdek.pdf
***** SYNC Error #17550: Cannot download remote file 100020_1304416156016_119923-07_Constructie_coördinaten_brugdek.pdf.
***** The server said: Failed to open file.

CLOSEHOST
Disconnected.
It seems to go wrong on the ö in coördinaten.

I now use exclusions to skip the files that cause a problem, ans re-run Script-ftp.
[scriptftp="myscript.ftp"]# Exclusions
ADDEXCLUSION(DOWNLOAD,"100020_1304416156016_119923-07_*.*")[/ScriptFTP]

Not very elegant.
I would like to get these files automaticaly, not by hand with the help of another ftp-client.

I also tried to make general exclusions, like:
[scriptftp="myscript.ftp"]ADDEXCLUSION(DOWNLOAD,"*ö*.*")
ADDEXCLUSION(DOWNLOAD,"*ë*.*")
ADDEXCLUSION(DOWNLOAD,"*ï*.*")[/ScriptFTP]
But that didn't work either.
It seems that Script-ftp stops as soon as a character like this is encountered.

Anyone got an answer for this?



Regards,

Walter
Hello Walter,

The current version of ScriptFTP does not work well with some international characters. We are working to get unicode support in the next version. There is no fix for this at this moment, sorry.