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.

Filter by
Sorted by
Tagged with
72 votes
7 answers
270k 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 ...
Florian's user avatar
  • 822
66 votes
4 answers
106k 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?
CaptSaltyJack's user avatar
60 votes
3 answers
47k views

How do I temporarily run an FTP server?

In the world of Ubuntu, it seems you either always run an FTP server or you never do. Perhaps I'm the first network analyst who's needed to flash a Cisco, Checkpoint or Nokia image using Ubuntu... I ...
Scaine's user avatar
  • 11.2k
36 votes
7 answers
26k 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 ...
JPrescottSanders's user avatar
32 votes
4 answers
206k views

Permission denied in FTP even though I'm the owner

Okay, so I've tried my best at finding the answer to this by searching and looking through possible duplicates, but I just can't so forgive me if it's out there somewhere anyways. My issue is as ...
Tjita1's user avatar
  • 493
31 votes
7 answers
74k views

Connect to FTP/SFTP in Dolphin or transfer Nautilus Bookmarks

I am really liking the power of Dolphin and all the KDE tools that go along with using it. What can I do to connect over FTP/SFTP with Dolphin?
Goddard's user avatar
  • 4,754
29 votes
8 answers
92k 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 ...
Gaurav Butola's user avatar
28 votes
4 answers
193k 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 ...
Avenyet's user avatar
  • 864
24 votes
3 answers
124k views

vsftpd log file location?

Can someone tell me where is located the log file for vsftpd? I'm trying to learn how to install and configure a ftp server and I can't seem to find the log file. Can anybody tell me how to configure ...
Caranfil Alegzandru's user avatar
21 votes
6 answers
142k 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 ...
WernerCD's user avatar
  • 652
21 votes
1 answer
43k views

How to automatically sync the contents of a local folder with the contents of a ftp folder?

After searching everywhere I have not managed to find a specific answer for my question. On Windows there is an application called FTPbox that will automatically sync a local folder with an ftp one ...
Edward Nunn's user avatar
19 votes
3 answers
150k 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 ...
Freya's user avatar
  • 311
17 votes
4 answers
53k views

Recommended console ftp clients

Are there any full featured console (command line) ftp clients? I'm moving parts of a website from one host to another. One server has ssh shell access (and thus scp, sftp, etc.), the other only ftp....
matt wilkie's user avatar
  • 2,190
17 votes
1 answer
18k 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 ...
Mohammed Omer's user avatar
17 votes
3 answers
21k views

How to find `.desktop` file location for a particular application

EDIT: This is not a duplicate as this question is the reverse of what the other question is asking. Here we know what is the application and we want to find its .desktop file that can be located in ...
Porcupine's user avatar
  • 679
17 votes
1 answer
62k views

FTP Permissions read but not write

I made a personal FTP server on an old laptop but when I connect I can only read/download no upload. How do I change this? Thanks for the help in advance I am use vsftpd
user156980's user avatar
16 votes
1 answer
92k views

how to change vsftpd default port?

so here's the deal. I have vsftpd installed and am looking to change the default port to something other than 21. I've checked /etc/vsftpd.conf and can't find a setting to change the default port. I'm ...
Bryan's user avatar
  • 753
15 votes
4 answers
111k 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 ...
mrcoulson's user avatar
  • 267
15 votes
2 answers
32k 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.
Abhilash Goud's user avatar
14 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 ...
Ivan's user avatar
  • 57.5k
14 votes
1 answer
13k 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 ...
ShahMoeen's user avatar
  • 145
14 votes
1 answer
44k views

How to create a user for ftp server?

I'm using vsftpd. I need an ftp server for my web server, I can login under my account of course, but I can't do the main thing it's meant for and add/edit/remove files in my var/www directory. ...
NardCake's user avatar
  • 143
13 votes
4 answers
90k views

Download remote FTP directory

How can I download a specified directory and all it's files from an FTP server (requiring username+password)?
el_pup_le's user avatar
  • 963
13 votes
1 answer
64k views

FTP/SFTP not allowing any writing

I'm using Ubuntu 14.04 and vsftpd. In the past my account (not root) has had full access, more or less, to either FTP or SFTP to anything on my server and edit any file that my user account could edit....
vaindil's user avatar
  • 938
12 votes
5 answers
30k views

vsftpd - GnuTLS error -15: An unexpected TLS packet was received

How can I fix this error when I try connecting to the ftp server on filezila: GnuTLS error -15: An unexpected TLS packet was received. And this error on sublime ftpsync plugin: ssl.SSLError: [SSL: ...
Francisc I.B's user avatar
12 votes
1 answer
61k views

Configuring Permissions for FTP and Apache

I have a web server (Apache2) that i access with FileZilla. On my web server i have a dir /home/admin/www that i binded to /var/www. So i can access it with FTP. This works perfect! But everytime ...
Ontwikkelaar Bij Debugged's user avatar
12 votes
3 answers
24k views

HTTP(S) based file server

I've got a server running Ubuntu 10.04. I've already gotten openssh for ssh and sftp on it. I've been looking for a web-based (http, or preferably https) file server, perhaps a web-front-end to an (...
Michael's user avatar
  • 161
11 votes
5 answers
10k views

FTP Server on Ubuntu

I'm looking for an FTP server application for my headless server, which is a public virtual machine with a public ip address. . I've narrowed it down to 3, at least from what I've read are the most ...
ErocM's user avatar
  • 521
11 votes
1 answer
23k views

sudo unable to resolve host localhost.localdomain

Hello guys When I run sudo nano /etc/proftpd/proftpd.conf I get this error : sudo unable to resolve host localhost.localdomain I'm trying to set DefaultRoot to /var/wwwas per the following ...
user241110's user avatar
10 votes
1 answer
30k views

Give ftp users access to directories outside their root using symlinks

I tried to give proftpd virtual users access to directories outside their home paths using symlinks I created as root through the console. /var/ftp/users/test is the home of the user named test. /...
Sebastián Grignoli's user avatar
10 votes
1 answer
31k views

How to use Nautilus as FTP: Connect to Server not working

I am trying to connect to my FTP server from nautilus. I am simply trying to update some .html files. I enter my domain here, but nothing happens and I cannot click "connect". Any suggestions?
modulitos's user avatar
  • 699
10 votes
2 answers
7k views

how to sync ftp folder with local folder?

I have a local folder, and I would like to sync it a folder on a web server via FTP . what is the best way to accomplish this? I would prefer to be able to do this via terminal, so that I can just ...
GSto's user avatar
  • 493
10 votes
2 answers
3k views

FTP connection problems in Nautilus - seems to time out after a while

I have no trouble connecting to my FTP server by going to Places > Connect to server... I can then browse the FTP site to my heart's content with Nautilus for a few minutes. After a few minutes of ...
Nathan Osman's user avatar
  • 32.3k
10 votes
2 answers
5k views

FTPS client, preferably integrated in Nautilus?

I like Nautilus for FTP/WebDAV, but how to use it with an FTPS server? When I enter ftps:// Nautilus says Don't recognize this file server type. Is there any plugin? Or something as quick and ...
Nicolas Raoul's user avatar
9 votes
2 answers
7k views

What is the mount point for an FTP server opened in nautilus?

My question is what is the mount point in nautilus opening ftp server (example: ctrl + L ftp://ftpserver.com) like DVD/CD was in /media/Optical, or Pendrive was on /media/Mypendrive for example. I ...
ubuntu_user's user avatar
9 votes
1 answer
14k views

How to re-enable FTP on secondary Ubuntu/Debian server to pull updates from Main Linux Server with Mirrored depository?

updated both my Linux servers to Ubuntu 19.10 and the latest version of Debian which both are pointing to my main Linux Server running a Mirrored depository and allows communications to it via FTP, ...
MontesCodes's user avatar
9 votes
4 answers
24k views

Why vsftpd doesnt work when pam_service_name=vsftpd?

I did a vsftpd setup on my home server. I got some authentication error so I searched through this forum and got a solution. This solution worked for me As in the solution. the default setting ...
Anbu's user avatar
  • 529
9 votes
2 answers
33k views

How to show only specific directory to FTP user

In my ubuntu 14.04 I installed the (FTPD) ftp server. I would like to create one user for that and set nologin to that user. When logging on using an FTP client, I want that particular user to be able ...
Aravinth's user avatar
  • 193
9 votes
1 answer
131k views

How to list all FTP-users?

I need to get all FTP-users, but I dont understand how to get (list) all FTP (vsftpd or proftpd) users, is there some solutions about this?
Igor's user avatar
  • 193
8 votes
6 answers
99k views

How to stop and remove ftp service?

I want to stop ftp and remove the service on Ubuntu 14.04 I tried sudo apt-get remove ftp and checked using command ps aux | grep ftp but the service was still running. Please suggest some way to ...
Dattatray's user avatar
8 votes
2 answers
20k views

Need ProFTPd to follow symbolic link

I have 2 folder: /var/www/project1/ /var/www/repository/module/ and I have this symbolic link: /var/www/project1/module/News => /var/www/repository/module/News I know the target is outside the ...
FMaz008's user avatar
  • 181
8 votes
3 answers
741 views

Remote administration of a server?

I'm going to install a ubuntu server to provide email, ftp and maybe webserver services too. I dont want to install a gui for the server, but I'd like to administrate it remotely. I was thinking in ...
vicmp3's user avatar
  • 557
8 votes
2 answers
26k views

How to restrict ssh and ftp to certain ip address?

What is the easiest way to make it so that the only way anyone could access the ssh or ftp for my ubuntu machine is to be on a certain ip address?
kevCAI's user avatar
  • 83
8 votes
2 answers
148k views

How to enable a user to login through FTP?

I have installed vsftp on Ubuntu 10.10. I want to give the user FTP login privilage .
Gaurav Butola's user avatar
8 votes
5 answers
63k views

How to mount a network drive?

I'm trying to set-up a home file server. I'm thinking about just setting it up as an FTP server, no particular reason other than I'm familiar with FTP and samba tends to be very frustrating. ...
Relik's user avatar
  • 507
8 votes
3 answers
4k views

Can I connect to Ubuntu One via FTP?

Is there any way i can connect to my account via FTP (gFTP)? wget would help? I tried connecting via HTTPS and FTP (one.ubuntu.com) with my e-mail and password (launchpad's) and didn't work. I just ...
user6925's user avatar
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 ...
JD Isaacks's user avatar
  • 5,307
8 votes
2 answers
8k views

Filezilla crashes ubuntu 16.04 lts- Please suggest alternate

Suddenly filezilla has started behaving abnormally.. As and when i try to connect to some ftp from the site manager , filezilla crashes and automatically closes.. If I try to connect via quick ...
terminator's user avatar
8 votes
5 answers
7k views

How to configure FTP server?

I am using Ubuntu 10.04 as ftp server, when I upload file using Filezilla client, I always got "550 Permission denied". How to configure my server?
Tom's user avatar
  • 581
7 votes
7 answers
77k views

vsftpd-cannot read config file even when file exists

I'm on Ubuntu 15.04 and I just installed vsftpd. When I run the command service vsftpd status, I get the following output: vsftpd.service - vsftpd FTP server Loaded: loaded (/lib/systemd/system/...
cgifox's user avatar
  • 181

1
2 3 4 5
16