Skip to main content

Questions tagged [ftp]

File transfer protocol is a method of transferring data over a network. On Ubuntu, FTP may be used in both GUI (though FTP clients) and CLI (through, e.g., the sftp command) modes.

13 votes
1 answer
15k views

On Windows I'm using FileZilla to upload/download files on my WordPress website, via sftp, while using ssh key. Now Linux is my primary operating system. For the last month FileZilla client was ...
ShahMoeen's user avatar
  • 135
3 votes
1 answer
2k views

I've setup a connectio to an FTP server in Nautilus / Nemo / Caja, the file manager. Now I can browse the contents via this file manager. How can I browse these files via the command line? What is ...
SPRBRN's user avatar
  • 2,595
16 votes
4 answers
121k views

I started from the following article to set up SFTP on Ubuntu Server: http://blog.srmklive.com/2013/04/24/how-to-setup-sftp-server-ftp-over-ssh-in-ubuntu/. If I follow these instructions, I can ...
mrcoulson's user avatar
  • 277
69 votes
3 answers
112k views

FileZilla is really kind of "meh," when it comes to user interface. I'm wondering if there's something simpler/cleaner/slicker out there? At least three features are missing for me in ...
CaptSaltyJack's user avatar
36 votes
7 answers
28k views

I would like to setup a basic FTP server on my Ubuntu Server install. I have been playing with VSFTPD, but am having issues getting the server to allow me to create directories and copy files. I ...
JPrescottSanders's user avatar
28 votes
4 answers
203k views

I need to be able to add a virtual users to vsftpd that only have access to a sub folder. The reason why I want to use virtual users is I only want to have 1 real user on the server. The FTP ...
Avenyet's user avatar
  • 864
17 votes
1 answer
19k views

Filezilla was acting weird with version 3.21, which is pretty old; the current one is 3.30. So, I decided to update it but it looks like this is not possible. After spending hours trying it, I ...
Mohammed Omer's user avatar
8 votes
3 answers
39k views

I have a php installed on my ubuntu machine. The web root is /var/www I set the permissions for this folder like so: sudo chown -R ftpuser:www-data /var/www ftpuser is the user I set up so I can ...
JD Isaacks's user avatar
  • 5,577
7 votes
1 answer
815 views

I couldn't find much info on the security of Ubuntu (and Linux in general) update verification/security. The connection appears to be plain ftp. but the packages are signed using a private key and ...
Jasper Weiss's user avatar
72 votes
7 answers
282k views

I can't get vsfptd working on Ubuntu 12.04. my vsftpd.conf file looks like this, and I try to connect with a local user: listen=YES anonymous_enable=NO local_enable=YES write_enable=YES ...
Florian's user avatar
  • 822
29 votes
8 answers
95k views

I have installed wordpress on my ubuntu 10.10 desktop edition and I am trying to install plugin from the browser (I know I can drop it to the wp-content/plugin but I want to do it via the web browser ...
Gaurav Butola's user avatar
21 votes
7 answers
147k views

This is what I'm doing when I log into a FTP: ftp user:password@server ftp: user:password@server: Unknown host ftp> echo HELLO WORLD! ftp> quit I'd like to do a one-line FTP command... ftp ...
WernerCD's user avatar
  • 652
19 votes
3 answers
168k views

I currently have vsftpd installed in such a way, that when a user, say for instance my account frederik authenticates, I will be directed to my home directory /home/frederik/. This is a problem for ...
Freya's user avatar
  • 311
15 votes
1 answer
22k views

I need to download an FTP site (a web site source code actually) containing a very high quantity of relatively small files (downloading it with FileZilla took more than a day, but I believe it could ...
Ivan's user avatar
  • 59k
15 votes
2 answers
36k views

How to configure FTP server in my Ubuntu 12.04 or 13.04.What to install and how to configure.
Abhilash Goud's user avatar

15 30 50 per page