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.).

2494 questions
5
votes
2 answers

Is there a way to run FTPS on Windows Server 2008 / FTP 7.5 through a Firewall?

I'm attempting to setup a FTPS server on Windows Server 2008. The inner workings have been successful -- I can connect locally or on the VPN. But I can't seem to craft the firewall rules to make it work properly. I have the server configured to…
Wyatt Barnett
  • 725
  • 5
  • 14
5
votes
1 answer

How to configure public-key authentication with vsftpd?

The documentation of vsftpd is quite good (https://security.appspot.com/vsftpd/vsftpd_conf.html), however I cannot find some details on how to use public key authentication. I know that I need require_cert and maybe validate_cert, but where do I put…
Arne
  • 163
  • 1
  • 1
  • 6
5
votes
2 answers

Setting an FTP Server Access on EC2 - Filezilla Client Stucks, WinSCP Rules?

After spending long painful hours circumventing group security AND windows 2008 server Firewall, and setting up FIlezilla Server on an amazon EC2 instance with the correct settings (feeew !), I was finally able to connect to my FTP Server remotely.…
Mehdi LAMRANI
  • 151
  • 1
  • 5
5
votes
3 answers

IIS 7.5 FTP IIS Manager Users Login Fail (530)

IIS 7.5 FTP IIS Manager Users Login Fail (530) I'm trying to set up a FTP site on IIS 7.5 that allows IIS Manager Users to login. I'm following this guide: http://learn.iis.net/page.aspx/321/configure-ftp-with-iis-7-manager-authentication/. After…
Jim
  • 631
  • 2
  • 7
  • 21
5
votes
2 answers

Setting File Permissions on VSFTP Upload

Whenever I upload a file to my FTP server running VSFTP, the file permissions on it are defaulted to 600 (rw-------). How can I change it to 775 (rwxr-xr-x)?
Chiggins
  • 811
  • 8
  • 21
  • 37
5
votes
4 answers

How to setup FTP on Linode?

It does appear that WordPress requires an FTP server to be installed to upload the files from the web interface. I have installed WordPress blog. I need to install some plugins but i m getting a box :-- To perform the requested action, WordPress…
Mohit Jain
  • 953
  • 2
  • 10
  • 15
5
votes
1 answer

FTP issue - VSFTPd and connecting to from FileZilla

I'm trying to connect to a CentOS Linux box that I have hosted on EC2 and I think I have everything configured correctly but when I try to connect I get this series of messages Status: Connection established, waiting for welcome…
Tyndall
  • 591
  • 1
  • 7
  • 18
5
votes
1 answer

How Do I Configure IIS FTP 7.5 Passive Ports Per-FTP Site? (Setting appears locked at the server level)

I am needing to use the functionality to set the FTP PASV port range that IIS FTP7.5 will use, but it seems this is locked down in configuration at the server level; I can not modify the port range per-site. (I can modify the IP address but not the…
Andrew Barber
  • 1,089
  • 12
  • 23
5
votes
4 answers

Why was the FTP protocol designed to use more than one port?

The question is in the title. The reason I wonder this is because I'm coding an tcp service and would like to explore some of the reasons as they may shed some light on my work.
d-_-b
  • 1,124
  • 3
  • 11
  • 23
5
votes
3 answers

where are the ftp logs on an centOS machine?

where are the ftp logs on an centOS machine? I am having problem transferring files using filezilla. I can browse the remote site but can not make a transfer. Error: Could not connect to server Status: Delaying connection for 5 seconds due to…
Daniel Higgins
  • 167
  • 1
  • 1
  • 5
5
votes
4 answers

ftp upload / how to change permissions / ownership "automagically"?

I've got a vsftp server running. Here's what I want to do : 2 developpers are given the access through an ftp client to a web directory. They write the files they want. Then they refresh the pages (F5) and the web server gives them the new…
Olivier Pons
  • 622
  • 1
  • 5
  • 22
5
votes
5 answers

Unable to upload file FTP

I have everyone restricted to their home folder via FTP. Within each home I have a public_html directory which I'm not able to upload to. I have added my user source to the ftp group. the public_html folder is... drwxrwsr-x 2 source ftp 4096…
Ben
  • 3,800
  • 18
  • 65
  • 96
5
votes
1 answer

Too many FTP connection causing Error 421

I'm using oXygen XML editor, and after a certain period of time I get "Error: 421 There are too many connections from your internet address." I can see that oXygen is creating a bunch of ftp connections, but I'm not sure how to kill the connections…
Pat
5
votes
4 answers

How to "jail" a ftp user inside its home directory (proftpd)?

I have a user named "ftp3" that belong to group "ftpusers-temp". The home of that user is home/FTP-shared/temp In proftpd.conf I have the following 2 directives: DefaultRoot /home/FTP-shared DefaultRoot ~ ftpusers-temp I was expecting that user…
pvieira
  • 183
  • 1
  • 2
  • 7
5
votes
2 answers

What is a good tool to scan a FTP directory and show disk usage visually ala KDirStat/WinDirStat?

Is there a tool that can scan an FTP directory and build a visual representation of disk usage? I'm running on Windows so that platform is my preference for this tool, but a *NIX tool would also be useful. I'm thinking along the lines of WinDirStat,…
Wesley
  • 32,690
  • 9
  • 82
  • 117