Questions tagged [ftp]
The File Transfer Protocol
611 questions
0
votes
0
answers
53
views
Anonymous only FTP over wireguard with pure-ftpd (or other)
I want an FTP server on a wireguard network that is accessible to everyone anonymously and does not require further encryption (eg. TLS or SSH). Restricting the access is very simple using firewall ...
0
votes
2
answers
104
views
Restrict a users access to all directories but one
So there is a user that was created by root, and it pretty much has access to most/all directories on the system, we want to use this user only for ftp via lftp to read a certain file on the server ...
0
votes
4
answers
278
views
Our hosting provider only supports using FTP, not sFTP. Is this safe enough? [closed]
My limited skills/knowledge tell me that standard FTP is completely unencrypted and that it only takes minutes (or even seconds) for your system to be compromised if you send admin credentials ...
0
votes
1
answer
270
views
Make pure-ftp only accept virtual users
I installed pure-ftpd on Debian (Raspberry Pi), found the config file and managed to do basic configuration, disallow anonymous login, create a virtual user, call pure-pw mkdb and restart the server. ...
0
votes
0
answers
69
views
FTP alternative for production
I'm currently managing two physical servers, both running Red Hat Linux 8. The primary server is configured with the OS on bare metal, whereas the secondary server utilizes Hyper-V for virtualization. ...
0
votes
1
answer
336
views
QEMU ftp connection refused on linux guest but not in windows host (qemu blocking localhost connection??)
I'm using QEMU to run debian linux on my windows machine. I setup a filezilla ftp server running on localhost in my windows. I can connect to the ftp server from my windows cmd
But i can't connect to ...
1
vote
1
answer
484
views
Reading mounted curlftpfs directory results in "Input/output error"
I want to mount a remote FTP directory in linux. One of the main tools I found is curlftpfs.
However, when I mount the remote FTP directory and try to read its contents, I get the following error:
$ ...
0
votes
0
answers
97
views
Store files in ftp server, accessible only for users from authentication server via OAuth2 protocol and separately for each other
We have in company authentication server with support of OAuth 2 protocol.
We are thinking about ftp repository.
Could it be possible to configure ftp repository/server so that we could provide files ...
6
votes
2
answers
1k
views
Cannot do "ls" in FTP while port forwarding to SSH
When I log in to SSH while forwarding my local port, it's 21 FTP port, with the command:
ssh -R 2101:localhost:21 [email protected] -p 8288
After successfully logging in, I sent this command in the ...
0
votes
1
answer
66
views
How to Install and Enable XCRC on an Open-Source FTP Server in Debian 11?
I'm currently working on Debian 11 and exploring options to enable and use the XCRC command for CRC32 checksums on an FTP server. Unfortunately, the instructions I've found for ProFTPD appear to be ...
0
votes
1
answer
288
views
Could not pass the username password for FTP command from linux
I need to connect to a Remote FTP host via linux command line. When I try #ftp <IP address>, it prompts for username then password.. But I would like to pass username and password in single line,...
1
vote
1
answer
289
views
How to create an FTP user with access to ALL websites, current and future?
I have a new Hostinger VPS and I'm migrating all my websites over from Bluehost. Setting up an FTP user (I am running ProFTPD) through CloudPanel is quick and easy, but it seems to be only doable on a ...
0
votes
0
answers
446
views
Can't access to my FTP through windows but on linux it works,may anyone help?
I set up a FTP using pasv mode since I don't have the permission for 20&21, the weird thing is I can access to my FTP on linux but it says i don't have the permission if i use windows even if i ...
2
votes
1
answer
3k
views
Is curlftpfs missing in debian 12?
Tried to install curlftpfs in debian 12 says that the package is missing.
While I understand that the package is still not active developed I use often curlftpfs inside some virtual machines transfer ...
0
votes
0
answers
618
views
Configuring IPTABLES for Passive FTP Connection through NAT (Forwarding from One PC to Another Using a Second Ethernet Card)
I am trying to connect to an FTP server through a NAT network created by another PC that uses two Ethernet cards. I would like to access via FTP client the second PC's FTP server through the first one....