Tagged Questions
0
votes
0answers
10 views
How to setup FTPS server in Ubuntu
At the moment I'm trying to setup a vsftpd server on 12.04 to allow users to login/download files via ftps to aid testing during some development work.
When I attempt to connect using FileZilla in ...
0
votes
1answer
38 views
Restrict user to folder (not root) on VSFTPD in Ubuntu
I am a new Linux (Ubuntu) user and have a VPS where I am setting up a backup FTP service. I have followed this guide, which I have managed to do correctly and it works.
I have two users (user1 and ...
0
votes
0answers
59 views
Vsftp - Can only create empty files
I have a very weird issue.
I have installed vsftpd and I am able to connect to an users home folder, I can create a file, read a file, delete a file, but I cannot alter a file.
I gave my user rights ...
1
vote
0answers
357 views
Configure vsftpd to chown uploaded files
I have vsftpd up and running on my Ubuntu server. This is a development server and I want to be able to FTP my code directly to the directory which Apache is serving out.
As most of you know, ...
1
vote
2answers
81 views
FTP Changes file permisions
I am trying to make changes to my website over ftp but when I save any files it changes the permissions and owner to my username. I can edit files in the same folder trough samba without changing the ...
0
votes
0answers
37 views
How to set up the routine for ftp to fast download? [duplicate]
Possible Duplicate:
How to set up the routine for MySQL to fast download?
I 'm working on setting up a fast download game server for half-life. I have game set up works good, have vsftp ...
1
vote
1answer
3k views
Cannot create an archive with .tar command (Permission Denied)
Fİrst of all I am sorry for my noob question. I am really new to Unix based OS. I need to to create a archive from my ftp server (all of the /usr/src/ directory) using tar command. However I keep ...
1
vote
1answer
61 views
Specify who can connect
I've just installed VSFTPD, which I always liked for its ease of use, but I can't find something... Can anyone give me instructions on how I can specify which IP addresses are allowed to connect?
...
1
vote
1answer
204 views
How file permissions are stored in inode?
Suppose there's two pc - "A" and "B". Then if A downloads a files from B , then what would be the file permission of that downloaded file? Is it possible that the downloaded file in A will have an ...
0
votes
1answer
278 views
Permissions issue uploading to server via FTP client despite user having all permissions
I set up a new Ubuntu server with one user to whom I granted full permissions by adding jsmith ALL=(ALL) ALLto the /etc/sudoersfile. The idea being that I would be able to never log in as root and ...
0
votes
1answer
804 views
how to add permission to an ftp account
I add a new subdomain with plesk , and with command line I've copied a directory from the root to the directory of the subdomain , when I connect with an ftp account I don't have the right permission ...
3
votes
1answer
6k 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 ...
1
vote
1answer
3k 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.
...
4
votes
2answers
17k 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 ...
3
votes
2answers
3k views
Having permission problems with XAMPP
I installed xampp with no problems, and then ran the command to set security. Apparently setting security locks you out of the directories even at the file system level, not just via FTP - when I look ...
