2

I can access, read and download from host via FTP, but can't upload files.

I tied to use Transmit (on Mac) and Filezilla also, but no success.

Then tried same on a different host and got the same problem.

Could not upload "logo.png".
Server said:
Error - 132: could not send file to remote host

could not send dialog error

I tried also PASSIVE mode on FTP client, and vice-versa, but again nothing.

The issue is only on the Mac-based FTP client as I am still able to connect using CuteFTP or Filezilla or other FTP clients on Windows.

random
  • 15,201
zur4ik
  • 248
  • 1
  • 5
  • 12

3 Answers3

1

Uploading is not supported by macOS (or OSX) for quite some time through Finder, according to this post. Since the command line utilities for ftp is removed altogether, Finder may not be able to call those. However, try Filezilla or Cyberduck, both of which are Free Software (free as in freedom, though also free as in free beer).

hyiltiz
  • 478
1

It sounds like the account you’re using doesn’t have Write access to the server, you need to confirm that with the server admin.

1

After long time searching of solution finally found a solution.

Problem is caused by macs MTU settings:

Settings>Network>Advanced>Hardware

Put: MTU:1400

Finally FTP transfer is working properly.

zur4ik
  • 248
  • 1
  • 5
  • 12