Hi,
i have use a creator for initial and a ftp caller to upload a zipfile. But if the file was uploaded from the script to the ftp-server they have randomly unspedified names without expression.
Z.B. ftphJ32k
Whats the problem?
Hi,
i have use a creator for initial and a ftp caller to upload a zipfile. But if the file was uploaded from the script to the ftp-server they have randomly unspedified names without expression.
Z.B. ftphJ32k
Whats the problem?
Transfer is complete without issues. But the Data has no suffix and can not be opened. Create suffix manuell does not work.
It looks like a zip file. Perhaps changing the transfer mode from ASCII to Binary would help? Even if it doesn't solve this issue it's surely the more appropriate setting?
Does the filename include any non-ASCII characters like é? It might be a filename encoding issue.
Hi @ivopaffrath for the URL Parameter in the FTPCaller, could you please try setting that to include the name of the file that you want to upload? For example, instead of just using ftp.myserver.com, try with ftp.myserver.com/myfilename.zip
Thx Laura, the problem is solved.
Additional i use now the feature writer with a temp path before i start the upload.