Unable to upload FTP files

Forum for questions and support relating to the 1.28.x releases only.
Locked
sgrobinson
Posts: 22
Joined: Mon Mar 25, 2013 9:05 am

Unable to upload FTP files

Post by sgrobinson »

Hello,

So I'm trying to archive files for FTP - It's been broken since I set it up, but now I've got the time to post here and ask!

I can connect to my FTP (SFTP) server with the details i've entered, and upon checking, ZM's uploading all of the zip's as 0kb files.

In the ZM logs it states....

2015-02-19 19:24:14.434810 zmfilter 2071 ERR SFTP - Can't upload '/tmp/zm/RearShelter-25895.tar': Couldn't setstat remote file: No such file zmfilter.pl
2015-02-19 19:24:12.396510 zmfilter 2071 INF Uploading to home.xxx.net:2024 using SFTP zmfilter.pl
2015-02-19 19:24:12.333980 zmfilter 2071 INF Creating upload file '/tmp/zm/RearShelter-25895.tar', 59 files zmfilter.pl
2015-02-19 19:24:12.280120 zmfilter 2071 INF Archiving event 25895 zmfilter.pl
2015-02-19 19:19:06.106250 zmfilter 2071 INF Scanning for events zmfilter.pl

What's going wrong here? I've had a look through the code and traced it back without much luck. Where should I be looking to move this forward?
sgrobinson
Posts: 22
Joined: Mon Mar 25, 2013 9:05 am

Re: Unable to upload FTP files

Post by sgrobinson »

Bump!
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Unable to upload FTP files

Post by bbunge »

Looking at your error (Couldn't setstat remote file) and searching via Google I might surmise you may have an issue with your SFTP server. Looks like the error code says there is another transfer that has not finished. Not being an FTP expert I do not have a recommendation other than to turn off passive transfers in the ZM uploads. You might want to try straight FTP to see if that works.

Bill
Locked