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
8
votes
4 answers

VSFTPD does not allow upload with virtual users

I am attempting to setup VSFTPD with virtual users on a server running Ubuntu 12.04. I have configured the server to allow for virtual users to login, but I am having trouble getting it to allow uploads. My vsftpd.conf is as…
Mr. Squig
  • 181
  • 1
  • 2
8
votes
1 answer

sftp/ssh failing after adding "Match group" clause

I am attempting to set up an sftp server on ubuntu/precise on EC2. I have been successful in adding a new user that can connect via ssh, however once I add the following clause: Match Group sftp ChrootDirectory /home/%u AllowTCPForwarding…
Jonathan Coe
  • 391
  • 1
  • 3
  • 11
8
votes
9 answers

Console FTPS (not SFTP) client?

I need to automate some transfers but it seems i can't find a decent command-line ftp client supporting FTPS for the windows platform? winscp supports SFTP but there's no good SFTP server for windows either, only FreeSSHDService which don't seems to…
Carl Hörberg
  • 620
  • 4
  • 9
  • 21
8
votes
24 answers

Which FTP client do you prefer and why?

I have question about FTP clients. Could anybody assist me with it? Which FTP client do you prefer and why?
Syed Tayyab Ali
  • 147
  • 1
  • 3
  • 7
8
votes
2 answers

Using an allowed user list with VSFTPD

According to the Wiki here, you can only allow certain users to log in over FTP using the following configuration in your /etc/vsftp.conf file: userlist_enable=YES userlist_file=/etc/vsftp.user_list userlist_deny=NO I've configured my system to use…
Naftuli Kay
  • 1,708
  • 6
  • 24
  • 44
8
votes
6 answers

Using the find command on the ftp server

I am logged in to an ftp server and want to find a particular directory within all the directories that exist there. I am looking for a command similar to the Unix find command. Is there something like this available?
dynoboy
8
votes
5 answers

How to start / stop proftpd

I can't seem to find a way to stop / re-start proftpd. My server IP address is xx.yy.zz.ww and connecting from external devices via FTP gives me the prompt: Connected to xx.yy.zz.ww 220 ProFTPD 1.3.1 Server (ProFTPD) It then asks me for…
Stewie
  • 577
  • 2
  • 7
  • 17
8
votes
6 answers

Allow anonymous upload for Vsftpd?

I need a basic FTP server on Linux (CentOS 5.5) without any security measure, since the server and the clients are located on a test LAN, not connected to the rest of the network, which itself uses non-routable IP's behind a NAT firewall with no…
user15318
  • 255
  • 1
  • 3
  • 7
8
votes
3 answers

Where does filezilla server store its users data?

What I mean is username and passwords.
Arief
  • 215
  • 1
  • 3
  • 6
8
votes
3 answers

How to FTP 'get' a partial file only

I'm working on a tool to get some data that is buried within a very large file on a remote system. It would be impractical to copy the entire file over, and all of the data I need exists within the first 1000 or so bytes of the file. I know that I…
Jax
  • 428
  • 3
  • 10
  • 17
8
votes
2 answers

FTP Server for Windows Server 2008 - Filezilla or IIS?

I'm setting up a Windows Server 2008R2 cloud server on rackspace and ftp will be used by only a few users. Any thoughts on using Filezilla vs IIS 7.5?
Tone
  • 601
  • 4
  • 13
  • 29
8
votes
6 answers

Are there any free software to test web server?

I wrote own http server. Are there any free software, test packages or toolset to validate whether it complies fully or partially with HTTP 1.0 (rfc 1945). And moreover it'd great if this software could estimate http performance and check for…
pmod
  • 155
  • 9
8
votes
1 answer

how to copy one folder to server using ftp

i need your help i'm new for using linux... i want to copy one folder to server.. i'm still confuse to use ftp mput... will you tell me step by step?? i want to copy foldet "dataTable-1.6" at /home/qa/html/dataTable-1.6 into html folder at…
klox
  • 197
  • 1
  • 2
  • 7
8
votes
3 answers

lftp: how to copy file on remote server

How to copy file on remote server using lftp? Moving files is as easy as using mv command, but is there any command equivalent to cp?
takeshin
  • 1,471
  • 3
  • 21
  • 28
7
votes
3 answers

Configure Windows Server 2016 Firewall for FTP

What ports need to be open for IIS FTP servers on a Firewall and how to best do it and is it possible to configure the Firewall for IIS FTP that I have opened the right ports and it is good ? Just opened port 21 but the server is not available,…
devnull
  • 171
  • 1
  • 1
  • 5