Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

[resolved] tFTPPut

Hi,
I'm a beginner on TOS.
Can you explain me how can i put a file on a ftp server ?

I've tryed "tFTPPut" ... But he return me no error but :
-- 0 rows in 0s -- Problem
I must have an empty excel file which exist on my ftp server before doing my transfert ?
Can you give me the solution please ?
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello
You just want to put a file to ftp server, why don't you use a tFileInputExcel component. Only tFTPPut is enough,
choose the local directory where the file locates on.
set the file mask as: "yourFileName.xls"
let New Name as "" if you don't want to rename it.
How can i send you an screen with the forum ? I can't join a file ?

Only forum member can upload screenshots, so register an account and become an member of us.
Best regards

shong

View solution in original post

5 Replies
_AnonymousUser
Specialist III
Specialist III
Author

When i do :
Filemask | New Name
"*.xls" | "*.xls"
the transfert is OK.
But there isn't file on the ftp server.
and it return me :
-- No match file exist! -- Problem
Why ?
Anonymous
Not applicable

Hello
Can you upload a screenshot of your job?
Best regards
shong
_AnonymousUser
Specialist III
Specialist III
Author

It's just :
tFileInputExcel ------------> tFTPPut
Local directory : "C:/"
Distant directory : "."
Transfert : ascii
+ Add
Filemask | New Name
"*.xls" | "*.xls"
How can i send you an screen with the forum ? I can't join a file ?
Anonymous
Not applicable

Hello
You just want to put a file to ftp server, why don't you use a tFileInputExcel component. Only tFTPPut is enough,
choose the local directory where the file locates on.
set the file mask as: "yourFileName.xls"
let New Name as "" if you don't want to rename it.
How can i send you an screen with the forum ? I can't join a file ?

Only forum member can upload screenshots, so register an account and become an member of us.
Best regards

shong
_AnonymousUser
Specialist III
Specialist III
Author

Ok that's good.
Thanks.