Tagged Questions
The ftp tag has no wiki summary.
0
votes
1answer
15 views
How to limit ftp access to multiple places for one user
I don't even know how to write the correct question since it is a little confusing to ask it. Here is the problem. User X would like FTP access to /user/x folder and to /var/www/x folder. How can I ...
1
vote
1answer
39 views
how will I make interactive login
I'm having trouble in making script with interactive login. I have made one but it doesn't ask the login, it automatically log in when i run the script.
i just need the output like this:
please ...
4
votes
2answers
75 views
How to check disk usage in ftp?
Is there a way to sum up the disk usage of a certain directory while in ftp?
I was trying to create a script that will check what is the disk usage of the current directory and prints out the free ...
0
votes
0answers
19 views
How to ensure FTPeS uses a secure connection?
From: https://secure.wikimedia.org/wikipedia/en/wiki/FTPS
Explicit:
If a client does not request security, the FTPS server can either allow the client to continue insecure or refuse/limit the ...
2
votes
3answers
59 views
Is there a way to write a script to do ftp login so I don't have to type things over and over again?
I am recently working extensively with a remote system via ftp connection, since the session time is so short that I have to re-login quite often when I finish my work on my local machine, so I need a ...
0
votes
0answers
14 views
AIX ftpd - how to set umask for a given user?
I know how can I change the umask settings for all the users using ftpd, but how can I change the umask for a given user using FTPD?
AIX/6100-05-02-1034
FTP server (Version 4.2)
1
vote
1answer
32 views
ftp option to overwrite file if different size
There is a script (bsh) running in a AIX 7.1 machine. The script is to download some files via FTP from another machine. I need to stop it later because some guy need to have maintenace over the ...
1
vote
1answer
67 views
Need small and light stand-alone one-file ftpd server
Can somebody suggest a small one-.c-file ftpd server, so I can run it on any port and it would accept ftp upload with any l/p on that port and put a file into a folder where it runs?
No config files ...
1
vote
0answers
53 views
Permissions for Apache and FTPd users
I'd like advice about permissions on directories and files on a web/ftp server.
Here is my situation:
Debian Server with those user:group
userme:userme for SSH
www-data:www-data for apache/php
...
1
vote
1answer
36 views
Do we need to chmod a shell script before it can be rsh
I tried to rsh a shell script from OpenVms to a Red Hat linux. It seems that it is not executed.
I created the shell script in OpenVms and Ftp it to the linux. I then ls -la the folder in linux:
...
3
votes
1answer
140 views
How can I create users with only remote ftp access on Linux server?
I'm running a Ubuntu 10.04 LTS server and I want to create users who can only access the server from ftp.
What I did so far is:
Install vsftpd
Create new user with default login shell set to ...
2
votes
1answer
120 views
pure-ftpd permission denied on external usb drive
I have a sheevaplug PC (Debian installed) that I'm trying to setup my personal FTP server with. So far I was able to set up auto mounting and installed pure-ftpd. I currently have autofs setup to ...
0
votes
1answer
77 views
VSFTPD link to a folder in root folder
I have just setup the basic stuff for vsftpd. I got that working fine with root use thats all. I have also stupidly installed something to the root user home directory which I would like another user ...
0
votes
0answers
75 views
Connecting to FTP sites via squid
I'm using the squid proxy on CentOS but, I can't connect to FTP sites from WAN. I did open FTP ports in the firewall on CentOS. However, I receive a "Page cannot be displayed" error when I try to ...
1
vote
1answer
99 views
SFTP connection problem
I set up SFTP. But,I have a problem regarding iptables. Here are my rules:
A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 21 -j ACCEPT
A RH-Firewall-1-INPUT -m state --state NEW -m ...