File Transfer Protocol is a standard network protocol used to transfer data across one host to another via a TCP-based network
2
votes
0answers
87 views
IIS Restrict anonymous ftp users to a particular directory
I have ftp configured on IIS7.
I would like to restrict ftp access by anonymous users to a particular downloads folder only.
Where do I specify which directory anonymous users should be restricted ...
2
votes
0answers
757 views
vsftp login errors 530 login incorrect
Using Ubuntu 10.04 on an aws ec2 instance. I was happy just using ssh but then a wordpress plugin needs ftp access...I just need ftp access for one site www.sitebuilt.net which is in /home/sitebuil.
...
2
votes
0answers
171 views
Failed to retrieved directory listing
I have set up an FTP Publishing Service on Windows Server 2008, but I cannot connect to it using FileZilla. I get this error: "Failed to retrieve directory listing".
Port 21 is open.
I also read the ...
2
votes
0answers
173 views
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 ...
1
vote
0answers
23 views
How to confine FTP users to a root directory securely
I need to provide multiple users FTP logins, some able to write, some only to read, to a single FTP root directory. I very much want to restrict access so that they cannot see the file system above ...
1
vote
0answers
18 views
Windows Azure Ubuntu - 500 OOPS: priv_sock_get_cmd error while making an FTP connection
I have created a VM on Windows Azure and running Ubuntu on that I have been able to successfully communicate using the http protocol on port 80
However, I am not able to make a successful FTP ...
1
vote
0answers
166 views
As root, how do I create a limited FTP user who only has read access to a few folders?
I have a website and I have a super admin FTP access. Now, I am in need to share the FTP credentials with others and I wish to give them FTP access in such a way that they could be able to access only ...
1
vote
0answers
89 views
How to slow down ftp upload on windows 7
I have an application that uses ftp on windows 7 or 8 and it fails trying to upload a file (time out, server sends back RST packets so it's definitely the server that's unhappy) to a specific server. ...
1
vote
0answers
83 views
pam_mysql / vsftpd error 'AUTHENTICATION FALURE (FIRST_PASS)'
I setup vsftpd and mysql auth via pam on Debian Squeeze.
Config:
auth required pam_mysql.so user=server passwd=x host=localhost db=server table=ftp usercolumn=username passwdcolumn=password ...
1
vote
0answers
94 views
Debian linux server upload speed is limited for one connection but not multiple
Ok..I have a server that is running Debian linux, opensshd, vsftpd. This server has a 1Gb upload pipe, and my clients pipe is 2.5mb downstream.
The issue is that I can download something from that ...
1
vote
0answers
130 views
IIS 7.5 FTP with Active Directory Auth and Virtual folders
I'm a bit stuck on this, so hoping someone can help.
So first what I have
Several Virtual machines, with their hosting directories shared over a private network
A virtual machine with IIS 7.5 and ...
1
vote
0answers
153 views
Pure-FTPd linux upload problems - 500 Unknown command
I'm running Centos with Kloxo CP and PureFTPd on VPS based on HyperVM. The problem - during the day, there are periods when FTP works fine for hours, but sometimes it dies with "500 Unknown command" ...
1
vote
0answers
65 views
Smokeping FTPtransfer probe
I'm trying to set up a SmokePing FTPtransfer graph but with no luck.
I have the ping graphs all figured out but the FTP graph is just empty.
Here is my Probes config:
*** Probes ***
+ FPing
binary ...
1
vote
0answers
215 views
Win 2008/FTP/Filezilla - Intermittent critical transfer errors
I work from home, off-grid, with a somewhat shaky satellite connection. There's a good chance that when uploading web files, it will hiccup, and the upload starts over.
Until recently, our company ...
1
vote
0answers
106 views
Port Forwarding FortiGate 60 B
I'm using FortiGate 60 B in our company.
The question is, I want to enable FTP facility in "Iomega StoreCenter iX4 - 200d", which is using as a NAS Device. This has two Ethernet port. One is ...
1
vote
0answers
298 views
pure-ftpd not listening on specified port
I installed the pure-ftpd package (version 1.0.35-1) on an Ubuntu 12.04 box (an EC2 instance based on the standard Ubuntu 12.04 AMI).
The pure-ftpd daemon is running (verified with ps), though there ...
1
vote
0answers
168 views
FTP from mounted CIFS - Download never ends (continues after 100%)
I have the following situation: I have two servers, one sharing files over CIFS, the other shares files by FTP. The FTP-Server has the CIFS Share mounted, and FTP users can download from this mount.
...
1
vote
0answers
165 views
FTP and Apache permission issues … And sftp, and ssh, and php scripts
I've read the previous posts but I'm still looking for a good way to manage directories permissions and users. Here's the layout :
You have a php app whose code is provided by 3rd party. Dirty ...
1
vote
0answers
280 views
FTP proxy with SSL support
I have a bunch of LXC containers with vsftpd daemon installed on each. I would like to forward/proxy traffic from dom0 server port 21 to particular containers based on ftp user name e.g. ...
1
vote
0answers
120 views
Folders 'locked' to FTP access on Win Server 2003 Standard - firewall issue but how to resolve
I have a weird issue which is just affecting one of many sites on my Windows 2003 Standard server (running IIS6). I'm not a server admin by the way, but the company who manage my server don't seem ...
1
vote
0answers
115 views
vsftpd failures
We have a user who is connecting with an automated program to our vsftp daemon - every 3 minutes, sending us a batch of files (about 10 - 20 files). 99% of the time, this works great.
Every once in ...
1
vote
0answers
62 views
Linux ftp server supporting millisecond timestamps in transferlog
I'm looking for an ftp server for linux that will satisfy the following constraints
Should be able to log when a file transfer (STOR command) is initiated.
Should be able to log the time taken for ...
1
vote
0answers
459 views
How to configure my router to forward passive FTP to my IIS server?
I'm trying to configure IIS 7.5 FTP service on a network that is hidden behind a firewall / NAT. The communication should look like this:
client (FileZilla) <--> router (NAT, firewall) ...
1
vote
0answers
82 views
Resources for setting up clustered FTP servers on CentOS?
Does anyone have any resources that can lead me to a how-to or at least more information on setting up clustered FTP servers on CentOS?
I'm very new to servers in general (all I've done is set up a ...
1
vote
0answers
352 views
apache as proxy server ftp request connection times out for certain connections
I have setup my apache to act as proxy server by configuring it as:
[server]# cat /etc/apache2/httpd.conf
Listen 10.2.28.56:8787
ProxyRequests on
<Proxy *>
Order deny,allow
Deny from ...
1
vote
0answers
113 views
WS_FTP Server - All Files Older Than 30 Days Show Date but NO Time Stamp
Picture from FileZilla of the root of my FTP Server running WS_FTP Server 7.5.1.2 on Windows Server 2003x64 Standard sp2
Notice how the first file folder shows the date 8/24/2011 but no time and ...
1
vote
0answers
73 views
Strange FTP issue
With one of our client sites, they switched servers and ever since then we've had a strange issue when uploading.
Basically we normally get this error message :
Error: Connection timed out
Error: ...
1
vote
0answers
496 views
IIS7 FTP7.5 and FXP
I have a FTP7.5 on my Windows 2008 server and would like to use this for FXP, however regardless of the other server in question I can never complete a transfer.
It always fails with this message:
...
1
vote
0answers
629 views
Instructions for IIS 7.5 FTP Blind Drop without 500 Errors
I'm trying to setup an IIS 7.5 FTP site with a Blind Drop box. Directions for 6.0 (Server 2003/XP) don't work as without the list contents permission on the folder itself the FTP server will not allow ...
1
vote
0answers
255 views
Windows Server 2008 SOMETIMES blocks connection to an FTP Site
Recently, our company has been having issue connecting to a special FTP server that we use offsite to upload small files. We can connect to the test server perfectly fine, but when we use the ...
1
vote
0answers
699 views
Network Transfer Rate on SMB/FTP
We're trying to optimise our network transfer rate from the client PCs to the file server, but having no luck.
If I run an iperf test between a client PC (Windows XP) and our server (Linux) with a ...
0
votes
0answers
11 views
Web Interface for managing FTP-server use LDAP database
I want:
Web interface for FTP for managing access to folders: "set home dir", "set groups, which can access to this folder".
Users and groups have to be taken from LDAP database (not MySQL).
I ...
0
votes
0answers
21 views
Can a FTP anonymous user delete his own uploaded files?
I am setting up a FTP server on CentOS and it is running. (Vsftpd with anonymous login)
The anonymous user can upload file and change the file name but it couldn't delete those uploaded files in the ...
0
votes
0answers
26 views
FTP Transfers Slow Between 2 Servers
Between 2 dedicated servers, hosted in 2 different DCs (different companies), the FTP upload speeds are always much slower than the max connection speed.
Specs:
Windows 2008 on both.
Quad core/8 GB ...
0
votes
0answers
17 views
“Illegal version” error with LFTP
The following command:
lftp -c 'open -e "set ftps:initial-prot ""; \
set ftp:ssl-force true; \
set ftp:ssl-protect-data true; \
set ssl:verify-certificate no; \
nlist ; " \
-u "username","password" \
...
0
votes
0answers
12 views
setting permission in ftp directories for every user and group
as admin, i want to view all ftp folders of all my users (read/write/exec) but i also wanted to have a group directory, where all my ftp users can access/write, while having their own sets of personal ...
0
votes
0answers
13 views
533 error file when ftp users upload into directory
been trying to solve this ftp error for a while, im using vsftpd in centos and i get the error whenever i upload something on my ftp users directory.
i have chmod 777 /home/ftp directory and assigned ...
0
votes
0answers
27 views
Windows 2008 ftp user isolation + public folder
I've set up a windows 2008 ftp-server.
Every user can see his homedirectory and write in it.
I would like to make a public folder that everyone can see in their root.
Is this possible? I found the ...
0
votes
0answers
15 views
Many folders with htaccess in them causing 403 problems
Today I realized that one of our websites was leading to a 403 error page.
I connected to the ftp and I was shocked because I saw a lot of folder in there named with whatever names only including ...
0
votes
0answers
21 views
FTP server to server transfer from local m/c
Could anyone show me an example of how the scenario (figure 2 in 2.3 of http://www.w3.org/Protocols/rfc959/7_Scenario.html) mentioned in RFC 957 specification of the FTP could be implemented. Even a ...
0
votes
0answers
16 views
Vsftpd crashing often and changing PID
I have a server setup with vsftpd as FTP server and monit as server watchdog for vsftpd and other servers.
I have received complaints about FTP sessions crashing often. The FTP server is highly ...
0
votes
0answers
35 views
Command Line FTP out of EC2 to Webserver
I need some help, I'm trying to automate a folder (100 or so files) via windows Command line.
I would like my EC2 windows server to go out and grab a folder from my web host Hostgator.
When I ...
0
votes
0answers
20 views
Windows Server 2008 FTP not authenticating domain name
I've recently added the FTP role to my home-operated server.
There seems to be a problem which I don't understand. Let's say I use a domain name called "domname.com". When I try logging in to ...
0
votes
0answers
33 views
FTP listfiles not working
I get the error 421 error connection timed out.
I am already in passive mode, but still it's not able to execute certain FTP commands like LIST , NLST. What could be the cause?
I tried using both ...
0
votes
0answers
35 views
Newly added user cannot connect to FTP
After installing Proftpd (during the installation of Virtualmin) on Ubuntu 12.04, I added a new user using useradd newUsername.
Problem: Users created before the installation of proftpd were able to ...
0
votes
0answers
39 views
FTP directories acces control
i want to mount a FTP server with vsftpd.
My requirements are:
-Six different folders where is stored all information according to what is it about.
-Seven users with access to some of the last ...
0
votes
0answers
32 views
I can't access a file server via FTP or SFTP. I've forwarded to the appropriate ports.
I've done this hundreds of times before. I have multiple Ubuntu servers running misc tasks at any given time that connect via SFTP daily.
For some reason my new FreeNAS system will not connect ...
0
votes
0answers
35 views
VSFTPD Uploading Permissions
I currently am running an Apache2 server. I have an FTP client (vsftpd).
I have a user for the FTP using Dreamweaver. This user is added to the groups sudo and www-data.
When I connect to the server ...
0
votes
0answers
24 views
ftp server - different directory for users
I switched from a filezilla-windows setup to a vsftpd-ubuntu setup
In filezilla, I could simply create a user from the gui and assign a home directory to the user and the home directory could be ...
0
votes
0answers
52 views
Ubuntu native ftp client: Displaying cyrillic file names properly
Is there a way to tell ftp client to decode non UTF-8 charset into UTF-8?
Or display windows1251 or windows-1252 properly.
I need to download huge video files directly from one server to another via ...
