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

How to use an FTP server as backup space for Windows Server 2012

I wanted to use an FTP location as backup for scheduled Windows Server 2012 Backup. I can't make it work because Windows refuses to accept the network location as drive. Even with "FTPUse" (socket error appeared, no idea why...) or "WebDrive" it…
andreas
  • 221
  • 1
  • 4
  • 11
6
votes
1 answer

How to log what an FTP user does with Pure-FTPD and Apache?

I have a VPS with Apache and Pure-FTPD and I'm wondering if it's possible to log every action that an FTP user does (such as viewing files and editing them)? If this is possible, please let me know how I can do this.
Nate
  • 449
  • 6
  • 11
  • 24
6
votes
1 answer

500 oops bad bool value in config file for anonymous_enable

I'm start getting this message when i'm trying to run vsftpd 500 oops bad bool value in config file for anonymous_enable Relevant part from the vsftpd.conf file: # Allow anonymous FTP? (Beware - allowed by default if you comment this…
udidu
  • 163
  • 1
  • 1
  • 4
6
votes
5 answers

IIS7 FTP Setup - An error occured during the authentication process. 530 End Login failed

I'm having a problem very similar to IIS 7.5 FTP IIS Manager Users Login Fail (530) on Windows Server 2008 R2 Standard. I have created an FTP site and IIS Manager user but am having trouble logging in. I could really do with getting this working…
robmzd
  • 201
  • 1
  • 2
  • 9
6
votes
2 answers

SFTP post upload hook

How would I run a script after a file has been successfully uploaded over (a chrooted) SFTP? I have this working on standard FTP connection using PureFTP http://linux.die.net/man/8/pure-uploadscript I'm running Debian Squeeze
Petah
  • 650
  • 2
  • 13
  • 24
6
votes
3 answers

How does a vsftpd server work and how to configure it?

I was asked to configure a FTP server, based on the vsftpd package. The server is running on a remote machine to which I have a superuser privilege access. Being unfamiliar with the mechanics of FTP servers, I tried to figure out how user ftp…
ysap
  • 163
  • 1
  • 8
6
votes
5 answers

Weird file corruption when using FTP. Any theories?

Sometimes when I'm uploading a large number of small files via FTP, some of the files' contents will be replaced with FTP control messages. For example, after uploading a website I'll notice that an image isn't displaying. When I examine the image…
Metaphile
  • 161
  • 1
  • 1
  • 3
6
votes
1 answer

Need to make all the timestamps on local files match their corresponding ftp hosted file's timestamp

I screwed up and downloaded ~10GB worth of files from my offsite backup location (ftp server) without checking the 'preserve timestamp' option in the client. The PC with the local files is a netbook that uses a WiMax (4G cellular) connection for…
cdvonstinkpot
  • 61
  • 1
  • 3
6
votes
2 answers

Mount a FTP(S) Server to a linux directory

I know i can mount over ssh/sftp/sshfs using FUSE, but can the same work with FTP/FTPS? the aim is to mount a FTPS server to e.g. /databackup I cant use SSH/SFTP/SSHFS as the host of the other server does not support those methods
lloydsparkes
  • 181
  • 2
  • 6
6
votes
2 answers

Linux FTP upload: "No such file or directory", but file exists

I want to upload backup archives from one server to another server using ftp. In my backup cronjob I use this script to upload files: MEDIAFILE=/var/somedir/somefile.encrypted if [ -r $MEDIAFILE ] # File seems to exist and is readable then ftp -n…
i.amniels
  • 325
  • 1
  • 4
  • 9
6
votes
3 answers

Capabilities of AS400 FTP Client

I have a customer who is attempting to send data to my company via FTP, from an AS400. The customer maintains that all usernames and passwords are converted to upper-case by the AS400 FTP client. This is a deal-breaker on my end. In addition to…
6
votes
7 answers

FTP uploading in BASH script

I need to upload the entire content of a directory /home/test to my ftp server, in a specific folder. I will then schedule the script hourly via cron. Any examples? NB. consider that I'm on a Netgear ReadyNAS Duo (a debian box) and I can't install…
Fabio B.
  • 299
  • 2
  • 6
  • 17
6
votes
4 answers

What are some of the command-line windows FTP clients available?

I'm trying to publish web applications automatically using command-line but the default Windows FTP client does not support recursive upload/download for instance. What are my alternatives to the default Windows FTP client?
andrerpena
  • 345
  • 2
  • 3
  • 11
6
votes
7 answers

What does FTP Jailing mean, and what features does a server OS require in order to enable it?

I have a fuzzy notion of what the term "ftp jailing" means, but when it comes to permissions and security, fuzzy is imprudent. What is it? How is it implemented? Is it mostly a capability of the ftp server, or does it emerge from how the…
Thomas L Holaday
  • 1,353
  • 4
  • 16
  • 19
6
votes
2 answers

Amazon Ec2: Issue with Setting up FTP Server

after setting up My vsFtp Server ON Ec2 i am facing problem , my client is Filezilla and i am getting this error Response: 230 Login successful. Command: OPTS UTF8 ON Response: 200 Always in UTF8 mode. Status: Connected Status: Retrieving…
Isdev
  • 207
  • 1
  • 2
  • 5