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

VSFTPD - FTP over TLS - Upload stops after exactly 82k?

I installed a VSFTP daemon on a CentOS server, using a RSA certificate for logging in using explicit TLS. Now, I cannot upload more than 82k. With files under that limit, there is no problem. The FTP works like a charm. But as soon as a file reaches…
Redsandro
  • 435
  • 1
  • 4
  • 12
5
votes
2 answers

sftp vs ftps, securing SSH and virtual users vsftpd

right now, i would like to encrypt data tranmission over ftp. I considered sftp and fpts. After reading the www, I concluded there is a general tendency to favor sftp over ftps (eg.…
user1092608
  • 749
  • 2
  • 7
  • 12
5
votes
4 answers

Fast, reliable data transfers from/to China

We are a small company and we will need to transfer rather large amounts of data (10GB+ each time) between Europe and China in the near future. As many may have experienced, Internet connections to or from China can be rather unreliable and slow at…
nils
  • 161
  • 3
5
votes
3 answers

Quotas in vsftpd?

I tried to configure user disk quotas for vsftpd. I configured quotas for ftp virtual users using the "quota" package on debian (you know, by editing /etc/fstab and all that stuff). Internet told me that it's the only solution with vsftpd. The…
user12087
  • 151
  • 1
  • 1
  • 2
5
votes
2 answers

Permanent mount and bind on CentOS?

I have set up a CentOS 6.2 VirtualBox along with FTP and Apache root of /var/www/html/. By default, the user ftp account is set to /home/user_name/. However, I'm guessing it's common practice to give that user access to the /var/www/html/. I was…
AlxVallejo
  • 1,086
  • 4
  • 11
  • 19
5
votes
2 answers

SFTP Access Restricted with new Sudo Root User

So in attempts to secure my server a bit, I created a new user with su - root access and denied root login. Now I can't SFTP any files on my server through Filezilla with this user. These are the steps I took : Created new user, new pass, SSH'd to…
RCNeil
  • 615
  • 3
  • 9
  • 17
5
votes
2 answers

Can you connect to a TLS FTP site using the Windows command line FTP client?

We setup vsftp on an Ubuntu server for our customers. We had a few customers ask for a secure option, so we setup explicit FTP over TLS and we removed the ability to connect unsecured. Now we are having customers ask how they can connect using the…
Dan Polites
  • 151
  • 1
  • 1
  • 4
5
votes
5 answers

SSH / TLS support for midnight commander?

Does anyone know if Midnight Commander could support FTP over TLS / SSH? One of our clients use Midnight Commander and we since we recently switch to explicit FTP over TLS (for security reasons) she can't connect to the server anymore. Does anyone…
SilverNodashi
  • 186
  • 1
  • 1
  • 2
5
votes
2 answers

Setting up VSFTPD on AWS EC2 Instance

I'm trying to set up VSFTPD passive hosting on my EC2 instance. I ran through these instructions http://www.synergycode.com/knowledgebase/blog/item/ftp-server-on-amazon-ec2 . However, when I tried to connect in FileZilla, I got Command: CWD…
5
votes
1 answer

How to create FTP accounts with webmin?

How to create FTP accounts with webmin? Have tried to follow a couple of examples found via google.com but none of them worked!? Have added a user under system > users Server: proFTPD on Debian edit Shell: /usr/sbin/nologin Password: Normal…
clarkk
  • 2,035
  • 8
  • 24
  • 36
5
votes
2 answers

VsFTPd - LDAP - PAM

I am trying to configure a VsFTPd server to authenticate agains an LDAP server. It may be easy, but since it is the first time that I am using both LDAP and PAM, I have some difficulties. VsFTPd runs on an Ubuntu Server 11.04 and the LDAP is…
Totor
  • 95
  • 1
  • 3
  • 9
5
votes
5 answers

Filezilla client unable to get directory listing from Filezilla Server (Windows)

I've set up a self signed certificate in FileZilla server and enabled FTP over SSL/TPS. When I connect from the client FileZilla, I am able to authenticate but cannot get a directory listing: Status: Connecting to MY_SERVER_IP:21... Status:…
sestocker
  • 161
  • 2
  • 3
  • 7
5
votes
6 answers

Temporary FTP accounts?

I'm doing some work for a printing company right now. They'd like to setup a more secure FTP situation. It seems like, from what they've described to me, most printing companies have a general FTP account that they give the login info out to all…
Brett G
  • 2,033
  • 2
  • 28
  • 45
5
votes
1 answer

lftp, setting for ignoring time-stamp?

I am using lftp for mirroring the files on a server to a PC. The problem for me is that as I put a batch of files on the PC that are exactly the same as the ones on the server, the mirroring starts of all files. Probably due to differing time…
Toby
5
votes
1 answer

VSFTPD - Change User Home Directory

I need to update a ftp user's home directory. Could I run the userdel command then re-add the user without losing the directory the user was attached to? Or is there another way to change the user's directory? I'm not using a chroot_list…
Spencer
  • 213
  • 3
  • 5