Hi,
We have an issue where whenever I manually try to ftp files from our gateways or SMS to an ftp server that the file is always corrupted.
We also have scheduled ftp backups configured on these gateways etc to the same ftp server with the same credentials and the same destination folder and those backups are always fine.
When I do a manual transfer I just use the default
#ftp <ip-address>
<username>
<password>
>put <file-name>
And there is never any failure message within the transfer. But when I try to extract the file I get 'Data error: <file name>'
Are there commands within the ftp 'mode' that I can play around with to see if I can get it working? I dont really want to play around on the ftp server as the scheduled backups are fine and I dont want that broken.
I do have a workaround in place where I can use WinSCP to get the files off but a standard backup transfer will typically take an hour + to complete. It is impractical to transfer snapshots this way as it can take 2+ days to complete a cluster and by that time the snapshots are getting to be out of date.