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
1 answer

FileZilla not sending 220

I just installed FileZilla Server to replace our old Ipswitch FTP software. I configured it to use the same SSL cert, listen on port 990 and only accept SSL, bind to the external IP, etc. Pretty much the same configuration as the previously…
Dan
  • 1,278
  • 18
  • 27
0
votes
0 answers

independent ftp proxy for enable ssl layer

is there available any software for ftp proxying? Problem is old ftp server that cannot take ssl layer. Idea is, make additional gateway that take client connections with ssl, uncrypt this and put connection into this old ftp server. I found…
Znik
  • 338
  • 1
  • 3
  • 12
0
votes
1 answer

Can connect to FTP, but no data is transferred

I just installed and started vsftpd on my Fedora 20 machine and try to connect as a normal Unix user to that FTP server. Connecting works, but I cannot get any data: ftp> open (to) 192.168.3.41 Connected to 192.168.3.41 (192.168.3.41). 220 (vsFTPd…
Bart Friederichs
  • 353
  • 1
  • 6
  • 23
0
votes
0 answers

How to auto-create and chroot jail an anonymous user on an FTP server?

I would like to know if it's possible to set-up a Linux FTP server to allow anonymous log-in, and also to place that anonymous user in a chroot jail whose root is somehow based on the anonymous log-in credentials. For example, I would like to be…
snoopy91
  • 243
  • 3
  • 10
0
votes
1 answer

List of auto-banned IPs in IIS?

I have configured the "FTP Logon Attempt Restrictions" feature in IIS, but nowhere can I find where restricted IPs are listed. There must be a list somewhere that IIS will uses at logon. So my question is, is it possible to view this list somewhere?
Henrik
  • 1
  • 1
0
votes
2 answers

Binding a host name in IIS 8.5 causes "Authentication Required" prompt

In Windows Server 2012 R2 with IIS 8.5, I have an FTP site working fine with anonymous access, as long as no host name is specified in the site's bindings. As soon as I enter a value for the host name, the client browser (tested in Chrome) displays…
Rob
  • 3
  • 2
0
votes
0 answers

ftp server not responding after log in

So my problem is that I have a FTP server running on my NAS behind a router. When trying to log in through the NAS 192.168.1.X address I can connect and list the files but when accessing from my external static IP address I get the…
Payerl
  • 111
  • 2
0
votes
1 answer

How to disable systemcalls in ftp environment with vsftpd?

I've set up a vsftpd server with local users jailed within their home directories. Anyhow if I connect through a ftp client I can execute systemcalls with the "!" command. How can I configure vsftpd to deny those calls? ftp> ! cat /etc/shadow ...…
m13r
  • 174
  • 8
0
votes
1 answer

proFTPD unable to connect after update ECONNREFUSED

I am working on Debian 8 - ran a series of automated system updates and now I am unable to connect to my local server running proFTPD. I have made no changes to the client attempting to connect to the server. I was connecting to the server on port…
nomaam
  • 111
  • 1
  • 7
0
votes
1 answer

Can I Mount an ISO Image Served over FTP / HTTP During the Kickstart %post Process of a RHEL 7 / CentOS 7?

I'm attempting to customize a RHEL 7 / CentOS 7 kickstart (ks.cfg) file, which is loaded via PXE booting to mount an ISO file that is accessible via FTP / HTTP. I understand Busybox tools are available during the kickstart process, and can be added…
0
votes
0 answers

Open ports for Passive FTPS on Amazon EC2?

I have installed ProFTPd on an Amazon EC2 running Amazon Linux. I have enabled SSL (FTPS) on for ProFTPd and set passive ports in proftpd.conf: port 21 TLSEngine on TLSLog …
T. Brian Jones
  • 887
  • 3
  • 17
  • 29
0
votes
1 answer

File Server Resource Manager only allow standard letters and numbers in filename

I have a FTP server (IIS) that only allows for certain file types to be uploaded (for example only images). I achieve this with the File Screening feature in the File Server Resource Manager. This works fine so far, however now I need to only allow…
0
votes
2 answers

Allow FTP passthrough on Windows server 2012

I can find many resources on how to configure a Windows server as an FTP server, but for this situation I have not figured it out. I'd like to configure a Windows server 2012 firewall to allow FTP traffic from an intranet computer to an external…
Neograph734
  • 101
  • 1
  • 1
  • 10
0
votes
1 answer

Transferring data to Active FTP server fails from DMZ but works fine from LAN

I know there are a ton of similar questions already, but I've read through just about everything I could find and am still having trouble resolving my specific issue. Problem: I am having difficulty transferring data to an external FTP server, but…
Gage Trader
  • 161
  • 1
  • 8
0
votes
1 answer

Firewall rules for ssh, ftp and webapps

I'm running a small cluster with Centos 7 and want the following rules for firewall. Have ssh access from anywhere (i'm going to further configure that from /etc/ssh/sshd_config) Have ftp access to an ftp server Have access to a webapp running at…
G. Hant
  • 1
  • 1
1 2 3
99
100