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.
60 questions
13
votes
1
answer
15k
views
Filezilla or WinSCP alternative for Ubuntu
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 ...
3
votes
1
answer
2k
views
CLI path to ftp network connection
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 ...
16
votes
4
answers
121k
views
How can I allow or disallow access to SSH on a SFTP server?
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 ...
69
votes
3
answers
112k
views
Nicer FTP client than FileZilla?
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 ...
36
votes
7
answers
28k
views
Basic Ubuntu FTP Server
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 ...
28
votes
4
answers
203k
views
How to setup virtual users for vsftpd with access to a specific sub directory?
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 ...
17
votes
1
answer
19k
views
How can I upgrade filezilla to the current version? [duplicate]
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 ...
8
votes
3
answers
39k
views
Default file permissions for php user www-data
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 ...
7
votes
1
answer
815
views
How is the authenticity of Ubuntu updates verified?
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 ...
72
votes
7
answers
282k
views
vsftpd: 530 Login incorrect
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
...
29
votes
8
answers
95k
views
How to Setup FTP to use in locally hosted wordpress
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 ...
21
votes
7
answers
147k
views
How do I execute FTP commands on one line?
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 ...
19
votes
3
answers
168k
views
How to change vsftpd's default directory to / instead of the user's home directory?
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 ...
15
votes
1
answer
22k
views
How to download a whole FTP site using command line?
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 ...
15
votes
2
answers
36k
views
How do I install a FTP Server?
How to configure FTP server in my Ubuntu 12.04 or 13.04.What to install and how to configure.