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

Website hacked again

Final Update: Things have been peaceful for the past few weeks and taught me much more about website security and risks. Here's my version of story - I was using an older version of wordpress and probably this person caught me from google. I think…
Arpit Tambi
  • 481
  • 3
  • 5
  • 11
7
votes
1 answer

How to forward FTP requests to another IP?

I have a VMware: 10.10.10.1, a linux in VMware (Guest): 10.10.10.128 and a honeypot on Guest: 10.10.10.15, and my Windows (Host): 192.168.1.11. I can send FTP requests directly from my Host to honeypot and the connection is established. Now I want…
ThisIsMe
  • 73
  • 1
  • 7
7
votes
2 answers

How do I use busybox and ftpd to get access to my embedded system

I have an embedded system which has busybox support. I am trying to run an FTP server so I can edit the files and upload data to my embedded system. However when I run busybox ftpd -w / It tells me I need to use the inetd and put it in the conf.…
Ron SV
  • 79
  • 1
  • 1
  • 2
7
votes
3 answers

proFTPD unable to determine IP address

When starting the server this error is returned Starting ftp server: proftpd2014-08-03 18:39:22,045 web-amd-3700-2gb proftpd[22126]: warning: unable to determine IP address of 'web-amd-3700-2gb' 2014-08-03 18:39:22,045 web-amd-3700-2gb…
clarkk
  • 2,035
  • 8
  • 24
  • 36
7
votes
3 answers

Combining RoboCopy with FtpUse

Our clients need to transfer specified files from their network to ours through FTP. The transfer must be invoked automatically whenever one of the specified files changes. For this purpose, RoboCopy is perfect. However, RoboCopy does not support…
user1632306
  • 71
  • 1
  • 1
  • 3
7
votes
1 answer

How to change the password of a (vsftpd) FTP account when 'passwd' isnt working

Kinda newbie here, I have a server which uses vsftpd. I changed the password of user 'aa' from the root account with 'passwd aa', which changed the SSH password for user 'aa', but not for his FTP account. I can't seem to find much other info on…
Flion
  • 181
  • 1
  • 2
  • 9
7
votes
2 answers

Issues with VSFTPD / FTP on Linux Ubuntu server - Steps for Troubleshooting?

I am dealing with an issue I am unclear on how to resolve and have been pulling my hair out for some time. I have been trying to configure an FTP user using the following (we use this same documentation on all servers) Install FTP Server apt-get…
jnolte
  • 285
  • 1
  • 4
  • 11
7
votes
2 answers

FTP: How to get rid of "WARNING! 1 bare linefeeds received in ASCII mode" message?

I wrote a little shell script (on CentOS) to download statistics from our APC UPS device. It works great, but everyday cron sends an email with this message: WARNING! 1 bare linefeeds received in ASCII mode File may not have transferred…
cider
  • 71
  • 1
  • 1
  • 3
7
votes
1 answer

How to get list of banned IPs from Filezilla FTP Server for Windows?

Filezilla FTP server provides with a ban of ips after a certain amount of attempts. How I can get the IPs being banned.
Geo
  • 3,071
  • 11
  • 42
  • 52
7
votes
4 answers

ProFTP Won't Return Directory Listing

So I installed ProFTP on my Ubuntu 10.10 server. Using FileZilla, I can connect and authenticate, but I cannot get the directory listing. Here are the last few lines returned to me: Status: Connected Status: Retrieving directory listing... Command: …
Chiggins
  • 811
  • 8
  • 21
  • 37
7
votes
5 answers

AWS:EC2:: Could not connect FTP client?

My Server OS: Amazon Linux I am trying to set up ftp. I have: Installed vsftpd open port 20-21 open port 1024 - 1048 Basically, I followed every of these steps Start vsftpd service (the status indicate [ok]) I use filezilla for my ftp…
heathub
  • 113
  • 1
  • 2
  • 6
7
votes
4 answers

FTP/Windows/COmmand Line

How do I connect to my ftpserver from command line in just one command line. For Example : ftp://hello.mydomain.com is my ftp server URL. I usually open a command prompt Start -> Run -> cmd and type ftp, which gives me the ftp prompt. ftp> open…
Naveen Sunkara
7
votes
3 answers

Delete recursive directories with FTP command on Bash

I have a problem with my infrastructure here. I am in a closed DMZ and have to access a FTP-Server in another DMZ from a headless Suse Linux 10.1. So i think i only got the ftp command.. But i have to delete a directory with about 100 subdirectorys…
Fake4d
  • 603
  • 7
  • 10
  • 16
7
votes
1 answer

mget: filename.xlsx: file already exists and xfer:clobber is unset

I am getting this: mget: filename.xlsx: file already exists and xfer:clobber is unset error when I try to download the contents of my ftp server. Basically it is setup using cygwin. We recently upgraded the server where all of the data is downloaded…
Chris
  • 71
  • 1
  • 1
  • 2
7
votes
4 answers

Setting up vsftpd, hangs on list command

I installed vsftpd and configured it. When I try to connect to the ftp server using Transmit, it manages to connect but hangs on Listing "/" Then, I get a message stating: Could not retrieve file listing for “/”. Control connection timed out. Does…
user57194