Questions tagged [ftp]

File Transfer Protocol is a standard network protocol used to transfer data across TCP-based networks between hosts.

File Transfer Protocol (Wikipedia article) is a protocol, governed by well-established Internet standards, for conducting file operations (e.g. transferring files between two systems) over a TCP-based network such as the Internet or a local area network. FTP employs a client-server architecture, where one system is the "client", which opens a connection to the other system, the "server", the client makes requests of the server, and then closes the connection.

The most common FTP operations that a client will initiate include downloading files (i.e. "get" files from the server) and uploading files (i.e. "put" files on the server). There are a variety of file system related commands that the client request of the server (e.g. making directories, renaming files on the server, deleting files from the server, etc.).

2481 questions
0
votes
0 answers

(mac) Need to automatically backup entire FTP server and create an archive

Is there a way to grab all files from an FTP server using wget (or similar), then create a zip or tar of the downloaded files? I would like to do this with one command or using Automator, and to happen regularly on a schedule. I already have wget -r…
0
votes
0 answers

Can FTP over SSL [FTPS] using IIS be configured on port 21

I am trying to configure a FTPS site and have been configuring it on port 22. I need to understand if we can use port 21 for setting up FTPS [in IIS manager].
Dragan Kidovic
  • 147
  • 1
  • 2
  • 10
0
votes
2 answers

FTP Server 'Netiquette'; Are fast and frequent Connect/Transfer/Disconnect session acceptable?

some code of mine is using a queue to upload files to an FTP server. When files get queued, a connection attempt is made and, if successful, files are uploaded. Once the queue is empty it disconnects the server. Pretty straightforward. The queue…
r41n
  • 103
  • 2
0
votes
5 answers

FTP timing out after login

For some reasons I cant access any of my accounts on my dedicated server via FTP. It simply times out when it tried to display the directories. Heres a log from FileZila... Status: Resolving address of testdomain.com Status: Connecting to…
Imran
0
votes
1 answer

FTP response «550 Permission denied.»

Hi everyone and thanks in advance. So I got stuck with FTP response «550 Permission denied.» System: Ubuntu 14.04 and vsftpd: version 3.0.2 I created a drupal user for working over FTP, homedir: /var/www/vhosts/somedomain.com Part of…
Tomas Morgan
  • 111
  • 1
  • 4
  • 12
0
votes
2 answers

"Easy" FTP acces for Google Compute Engine?

I'm setting up hosting on the Google Compute Engine with a LEMP stack, and from time to time the need arises to allow a third-party developer access to the server. To have to explain to every customer service how the gcloud tool installs and…
Asitis
  • 97
  • 8
0
votes
0 answers

Download WordPress site via wget

We have a unique situation whereby we are going to be hosting a website within a company's private network. They have given me RDC access. However, the remote machine has no internet access, so I am connecting to a server that does using Putty. From…
C Ivemy
  • 101
  • 3
0
votes
1 answer

iptables rules for NAT with FTP

I'm trying to create a NAT function in order to achieve 2 tasks at a time. Users from public network are able to access the FTP server Users in the LAN are able to use same WAN address 203.X.X.X to access the FTP server network topology …
Eric Luo
  • 1
  • 1
  • 1
0
votes
0 answers

Route FTP Traffic via 2nd Ethernet Port in Centos

This is my first post and at this stage is research, I run a server that uses a 1gb ethernet port and trunk, the data limit on this is 1TB (either upload or download) a month, i'm doing offsite FTP backups and can see this is daily reaching 13GB.…
solblu
  • 1
0
votes
1 answer

FTP ERR_CONNECTION_ABORTED - what is the cause?

I'm testing a backup of a production server on EC2 I created from the ami of the instance. Everything is checking out except the ftp connection. The service is running, and an nmap probe shows port 21 is open. However, when I try to connect to it…
0
votes
1 answer

What does an infrastructure that hosts an FTP server with HTTP access look like?

I am wondering about how companies provide access to the same files over FTP and HTTP/HTTPS. What are the different servers involved in setting up such an infrastructure? I am interested, particularly, about if the metadata of the files on an FTP…
jshapy8
  • 103
  • 2
0
votes
1 answer

Ports for FTP passive mode

I opened from firewall port 21 for FTP on Google Cloud Engine but I can only connect via active mod to FTP. I want to use passive mod too. According to…
0
votes
5 answers

Recommend an SFTP solution for Windows (Server & Client) that integrates well with Dreamweaver

Possible Duplicate: SSH / SCP Server on Windows Could you please recommend a secure FTP solution for updating files on a remote windows server from windows workstations? We would like to replace the FTP-based workflow with a secure FTP one.…
aaandre
  • 113
  • 5
0
votes
1 answer

FTP HAProxy not working on port 21 but 23

I have a simple HAProxy config; frontend on port 21, backend to one ftp-server. the ftp-server is in passive mode, therefore once a control connection is established the data connection is handled by the backend server. Now the problem: if I use…
Sami
  • 1
  • 1
0
votes
0 answers

nf_conntrack_ftp module has disappearedl

I've been running a Linode droplet for several years with no problems. In the last month, users have reported FTP connection errors, always related to Passive FTP. Investigation shows that the nf_conntrack_ftp module is no longer loaded. We use…
Ryan Griggs
  • 885
  • 2
  • 12
  • 27