Skip to main content
Solved

FME FTP Caller Wrong Dataname

  • July 31, 2017
  • 5 replies
  • 24 views

Forum|alt.badge.img

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?

Best answer by ivopaffrath

Thx Laura, the problem is solved.

Additional i use now the feature writer with a temp path before i start the upload.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

LizAtSafe
Safer
Forum|alt.badge.img+18
  • Safer
  • August 1, 2017
Hi @ivopaffrath sharing a sample version of your workspace will help with troubleshooting your problem. Also sharing the log file, data samples or screenshots will also help. Thanks!

 


Forum|alt.badge.img
  • Author
  • August 2, 2017

Transfer is complete without issues. But the Data has no suffix and can not be opened. Create suffix manuell does not work.


mark2atsafe
Safer
Forum|alt.badge.img+58
  • Safer
  • August 9, 2017

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.


laurawatsafe
Safer
Forum|alt.badge.img+12

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


Forum|alt.badge.img
  • Author
  • Best Answer
  • September 28, 2017

Thx Laura, the problem is solved.

Additional i use now the feature writer with a temp path before i start the upload.