michaelvillar / fileshuttle

Mac app to easily upload files to your FTP/SFTP server
101 stars 12 forks source link

FTP works everywhere but in Fileshuttle #24

Closed rafaelderolez closed 2 years ago

rafaelderolez commented 7 years ago

Hey,

I've set up my server and can ftp and curl to it in terminal and Cyberduck, creating and removing files without any problems. Using the same user and settings in FileShuttle the upload fails and returns this in Console.app

05/04/17 13:06:01,128 FileShuttle[4396]: Upload Failed with error Error Domain=NSURLErrorDomain Code=-1001 "connect() timed out!" UserInfo={NSLocalizedDescription=connect() timed out!, NSErrorFailingURLStringKey=ftp://files.rafaelderolez.be:21///2GFKv0BVPf.png, NSErrorFailingURLKey=ftp://files.rafaelderolez.be:21///2GFKv0BVPf.png, 2097154=227, NSUnderlyingError=0x1002a1450 {Error Domain=se.haxx.curl.libcurl.CURLcode Code=28 "connect() timed out!" UserInfo={NSErrorFailingURLStringKey=ftp://files.rafaelderolez.be:21///2GFKv0BVPf.png, NSErrorFailingURLKey=ftp://files.rafaelderolez.be:21///2GFKv0BVPf.png, 2097154=227, NSLocalizedDescription=connect() timed out!}}}

Any way to tell what's going wrong here?