LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FTP Put file.vi

Hello,

 

I have created a simple vi which uses the FTP Put file.vi to upload a .ini file in a device during a TestStand sequence. It has always worked perfectly, but lately it give me always the error attached here with my vi.

I don't understand why sice with an FTP applications such us WinScp i can easily reach the device, there is something different in the latest version of Labview?

 

Thank you for the help!

 

Best Regards,

Zuc_Lab

Download All
0 Kudos
Message 1 of 3
(2,230 Views)

I don't have LabVIEW 2021 so I can't look at your VI, but error 553 is usually a name or path issue. Make sure you have write permissions where you're trying to upload and if you're specifying a remote folder location that the folder exists.

0 Kudos
Message 2 of 3
(2,187 Views)

Hello,

 

the path used are correct and all the folder are present and created. So i really don't understand why the error must be that. On internet i have found this definition of 553 error: "A 553 response code may be given in response to any command requiring or supporting the use of a file name as a parameter. It is a permanent negative reply, which means the client is discouraged from sending the command again since the server will respond with the same reply code. It is usually due to the file name contained as a parameter violating the file naming policies existing on the server. Issuing the command again with a different file name may result in a different reply code". Since i heve never changed the paths or th the names i don't understand the origin of this problem.

0 Kudos
Message 3 of 3
(2,164 Views)