Questions tagged [ftp]

File Transfer Protocol is a standard network protocol used to transfer data across TCP-based networks between hosts.

File Transfer Protocol (Wikipedia article) is a protocol, governed by well-established Internet standards, for conducting file operations (e.g. transferring files between two systems) over a TCP-based network such as the Internet or a local area network. FTP employs a client-server architecture, where one system is the "client", which opens a connection to the other system, the "server", the client makes requests of the server, and then closes the connection.

The most common FTP operations that a client will initiate include downloading files (i.e. "get" files from the server) and uploading files (i.e. "put" files on the server). There are a variety of file system related commands that the client request of the server (e.g. making directories, renaming files on the server, deleting files from the server, etc.).

2494 questions
0
votes
1 answer

Jquery Syntax Error on Ubuntu Apache

I have set up a new Apache/MariaDB server stack on Ubuntu 18.04.01 LTS. I have done this many times and have never experienced this issue. When I attempt to host wordpress sites on this erver (that work fine on my online Ubuntu Servers) I get an…
j00ls
  • 5
  • 6
0
votes
1 answer

Windows Server 2012 r2 firewall settings for FTP in active mode

I have created an FTP site in Windows Server 2012 R2. The server is hosted on a domain and the user is also on a domain. The FTP is configured on some random port 3586 and will work on Active Mode. The FTP works fine on the local network but when I…
fox321
  • 1
  • 1
  • 1
0
votes
0 answers

Access (VSFTP) FTP server from mobile networks

Setup: FTP server using vsftpd with passive mode enabled along with a 10000-40000 ports opened in the firewall and ec2 security rules. Problem: Cellphones networks internet (2/3/4G) can’t access the FTP server, no response received. Everything…
0
votes
0 answers

ftp login ok but directory listing fails after port forwarding

I'm making a webserver and my OS is Ubuntu 18.04. My router is an AT&T 2WIRE i38HG I set up a FTP server using proftpd and gadmin-proftpd. When I used the computer's IP address (192.168.1.82) to log on, it worked perfectly fine but after I used port…
mathmaniac88
  • 111
  • 1
  • 1
  • 8
0
votes
1 answer

ftp cmd not found after install proftpd

I have install ftp service with : sudo apt-get install proftpd I would try ftp connexion with ftp (I try with and without sudo) cmd, but : command not found what wrong?
Matrix
  • 145
  • 2
  • 10
0
votes
1 answer

How to upload files without getting Unexpected end of file errors?

I sometimes upload new files to my PHP website via FTP. When I do this, users sometimes get "Unexpected end of file" errors when they do something on the website related to these files in the few seconds that the file is uploading. Using FTP is the…
0
votes
0 answers

Remote logins fail for FTP on IIS 8.5

I've added a FTP site to IIS 8.5 on my Windows Server 2012 R2 Datacenter VM on Azure and added a "ftpuser" Windows user that I want to use for ftp access. Everything works fine if I Remote Desktop to the server and run ftp localhost at a command…
JohnnyHK
  • 101
  • 3
0
votes
1 answer

problems mounting curlftpfs

I am attempting to mount an FTPS connection but am not having much success in getting it to automatically mount. I am using AWS Linux. I can get it working from the command line with: curlftpfs :/incoming /home//autohcidev/ -o…
0
votes
1 answer

vsftpd and chroot: can i share the chroot folder between two users?

I have a vsftpd installation with chroot enabled and root access disabled. Everything work flawlessy, but I need to accomplish this. When user1 log into ftps, it log in /home/user1. Same for user2, user3 and so on. I want to have user1_viewer which…
0
votes
0 answers

Stop sending file permission and owner info from vsftpd to ftp client

I have Installed vsftpd on centos server. When I connect with this ftp server using filezilla client, then all information about file is shown as below When I connect to another server that is on client machine then file permission and owner info…
Vishal Singh
  • 111
  • 1
0
votes
1 answer

Checking that ftp is up and running on Windows Vista?

If you got to http://localhost you can check that you're webserver is up and running but what do you type in to check that you're ftp server is up and running?
Chris_45
  • 249
  • 3
  • 7
  • 11
0
votes
1 answer

Permission management for hosting and nginx/apache combo

I am learning sysadmin and currently I am using nginx on port 80 as my primary web server. I wish to also use apache as a reverse proxy option on port 8080, or swap apache to primary with nginx. But want I wish to understand is how best to layout…
Cacoon
  • 133
  • 5
0
votes
1 answer

Linux FTP server which can work with unsalted SHA256 hashes?

Problem Some old WS_FTP server stopped booting at work after a Windows update. The corresponding admin is long gone. The only information I have is : file structure user names unsalted SHA256 hash for each user One of those hashes…
Eric Duminil
  • 101
  • 3
0
votes
2 answers

Anonymous FTP upload on CentOS 5.2

I need to allow users to upload files to an FTP server anonymously. They should not be able to see any other files, or download files. It is a CentOS 5.2 server. I have a separate partition for the the upload area (mounted at /ftp). I have tried to…
Craig
  • 1,354
  • 6
  • 14
0
votes
1 answer

FTPS sometimes timeout when ubuntu firewall enabled

I have vsftpd installed and configured to work with SSL. it's connecting but if the firewall enabled connection sometimes fail (timeout) I get this error on FileZilla: Retrieving directory listing of "/userFolder".. Command: PWD Response: 257…
Adam
  • 121
  • 7