FTP: Unable to connect to the remote server - ftp

I have a website that I use to upload images to the server and it eventually uploads them to an FTP site from the server. The problem is that it gets part of the way through the transfer - it transfers some of the files and then stops and gives the error
Unable to connect to the remote server
This only happens with 1 ftp server. I have a second ftp server on which this process works fine, so I doubt it's a code issue. What could the issue be?
thanks,
Sachin

Some FTP servers block flood requests, interrupting the connection. You should try using another FTP client and / or compress all the files, send to server and unzip them from the server using SSH or other method available.
Note: Recommend FileZilla client.

Related

vsftpd won't allow upload of files via ftps

I'm trying to set up an ftps server where I can upload files securely to a specific folder. I've set up the server and it will upload files just fine on regular, unsecure FTP. However, after I set up an SSL certificate and try to upload a file in FTP-SSL, it logs into the server just fine, but trying to upload a file causes my FTP client to hang without uploading any data until the connection times out. I've tried this on a couple of different systems both inside and outside my local network with the same result.

How to upload webpage on FTP server

I want to use ftp server hosting for my webpage.I need to download ftp server or
else is there any other way like default ftp server so i can use, suggest me.
Here is a service you can use:
https://www.godaddy.com/help/ftp-how-to-upload-files-96

FTP Server Connection Process using File Zilla Server

I need to know about ftp server connection using File Zilla Server.I want to transfer files from client machine to server and later i want to download it from server.I have installed ftp server in my windows machine and i did settings like username,password,location directory.Then ftp server got connected,then after a moment or sometime ftp server is disconnected.
I cant able to change settings while it is in disconnecting stage.if i need connection back then i need to reinstall File Zilla Server and make necessary changes in settings ,then it will get connect again. Often i cant do this reinstallation.Please help me step by step process to setup file Zilla Server and how to connect server through the client machine using ip address

How to performant connect a FTP Server to a Webdav Server?

I have implemented a webdav directory in PHP using Sabre DAV, for my website (Application Server Webinterface).
For this Website I am writing now an TCP Socket using C#, which is running on another server (actualy it is in the same datacenter, but for theoretical sake, it is on the other hemisphere).
The Socket actualy is a service, which can start and stop applications (gameserver in this case). I also have implemented a FTP Service in this socket too (for data transfer).
My Goal:
I want to connect my Web Dav to the FTP-Server of my socket, which means File Listening, Download, Upload. The usecase should be, that a user only connect to a single service. Imagine, my socket is running on more then one server.
If i would implement this with my current know how, i would do it this way:
User Request Web Dav Directory
Server make a file listening of the FTP Server
The file listening is added dynamicly to the Web Dav Directory
Now the user open the directory, and want to download the file:
Web Dav Server request the file from the Ftp server
Web Dav Server provide the downloaded file
Web Dav Server delete the provided file
On the other direction, the WebDav Server will accept a file, and upload it then to the FTP Server.
If the servers are not in the same datacenter, this cost traffic. Anyway, i think it takes some time, if the data are binrary instead of textbased configs. Also, the client side progress bar will not notice, if the download to the webdav server / upload to the ftp server is processed (the user possible think nothing happens).
I hope i have successful communicated, where my problem is.
So how can I implement this, without delegate an upload/download from one server to another? Is this even possible?
Bonus: Would a solution like WebDav to Webdav or FTP to FTP provide a better way of implementing it?
Easy way to achieve this is to have a third party software like webdrive to map the ftp server contents to a drive letter. Then point the webdav server to this drive. Windows also provides option to map a webdav/ftp URL as a drive letter so that the application can access it as if its a local drive.

FTP server on VPS

I am trying to connect to FileZilla ftp server on my VPS. I have installed it. Added a user. Added exception to Windows Firewall for FileZillaServer.exe; Configured FileZilla to use Passive mode and entered my IP of VPS server. Then I have started the server on VPS.
But I still can not connect to FileZilla from outside. It sais:
Error: Connection timed out
Error: Could not connect to server
P.S. if I`m connecting to server locally, ir works.
Any ideas what is going on?
Thanks a lot.
Well, I will answer it myself :)
I could not start Filezilla server for some reason, but I was able to start IIS FTP server.
All you need to do is to go to IIS Manager and add FTP site. Add user and that`s it.

Resources