Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Vivi2
Contributor III
Contributor III

tFTPPut NullPointer Error

Hello,

I have a NullPointer Error on tfTPPut.

I manage to connect to the FTP but cannot do an upload file.

Could you please help?

Labels (3)
8 Replies
gjeremy1617088143

Hi , I think you have to stock the filepaths of the files you list in the tFileList and then use them in the tFtpPut.

Send me Love and Kudos

MS5
Contributor III
Contributor III

Hello,

 

Can you please show the component view for the tFTPPut please?

 

Best regards,

Vivi2
Contributor III
Contributor III
Author

 

Hi,

I also tested but have the same error.

 

0695b00000DvTT4AAN.png

Vivi2
Contributor III
Contributor III
Author

Hi,

I also tested with "Use an existng connextion" unchecked. 0695b00000DvTXFAA3.png

gjeremy1617088143

Ok the error is in the tFTPFileList, can you show the component view of tFTPfilelist ?

gjeremy1617088143

vous pouvez utiliser "/test/" au lieu de "/test" dans le répertoire distant ?

Vivi2
Contributor III
Contributor III
Author

 

Here is the component view.

 

Thanks. 0695b00000DvTksAAF.png

MS5
Contributor III
Contributor III

Thank you,

Maybe your issue is due to the distant folder : you have to verify that "/temp" folder exist and that your user have access to it. (it seems to me that if you are on Linux server, /temp mean that you have a temp folder into root directory of the FTP server)/

I usually put an absolute path in all tFTP components to avoid this kind of issue.