File Transfer Protocol is a standard network protocol used to transfer data across one host to another via a TCP-based network

learn more… | top users | synonyms

0
votes
1answer
16 views

vsftpd can't access from linux

I have ubuntu 12.04 lts server with vsftpd-ext installed (for allow-writable-chroot). it has been working solid, even with ftps support(I have my manually signed certificate for this). until now I ...
-1
votes
0answers
20 views

ProFTPD not accepting logins - 530 error

I have installed ProFTPd before on many installs from CentOS to Ubuntu. This time for some reason it's not working just like that. Each time I try to login with Filezilla over FTP it gives me the 530 ...
1
vote
0answers
17 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 ...
0
votes
1answer
29 views

Is it a bad idea to enable Passive FTP access?

So there's a bunch of questions for enabling Passive, differences between Active/Passive etc. I would like to know, is it a bad idea to enable Passive? If I understand correctly... it requires ...
0
votes
1answer
605 views

FileZilla Server Configuration Problems

I've set-up FileZilla server a Windows 2008 Machine, I then created the user, password and added a share folder which I set to Home Directory. I then connect to the server from the client computer ...
0
votes
2answers
890 views

cannot connect to MS FTP 7.5 on Windows 2008 on Amazon EC2 instance

I have just installed the MS FTP 7.5 upgrade on my Windows 2008 Server (Service Pack 2) running on an Amazon EC2 instance. In the FTP Firewall Support settings for the server in IIS Manager I have ...
0
votes
3answers
1k views

ftp connection problem, vsftp server, active mode

I have a server that runs vsftpd to handle ftp connections. One of my users have a notebook with Total Commander and WinSCP installed. Both ftp clients fail right after the connection is established ...
1
vote
1answer
918 views

Can't connect to web hosting with Filezilla - Shows Initializing TLS

I am trying to open my web hosting account using filezilla, but continuously failing to open it via Filezilla. It always gets timeout after saying Initializing TLS... My hosting provider are saying ...
1
vote
2answers
4k views

VSFTPD Unable to set write permissions on folder

I've just set up my first FTP server with VSFTPD on cent os . I can connect to it fine using a user in the group ftp-users but I get read only access . I've tried several different CHMOD codes on the ...
0
votes
2answers
25 views

gradual increase in capacity of a virtual hdd

Im very new in using ESXI/vSphere and im planning to create an FTP server and i just needed to know some few basic things. How do i gradually increase the disk capacity in a virtualize environment or ...
0
votes
2answers
48 views

Debugging a connection refused response on port 21

My colleagues and I are having trouble accessing Heart Internet's FTP servers. We are running a mixture of Macs and PCs and we have a Linux box in the office too. None of our machines can connect. ...
0
votes
0answers
9 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
20 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
25 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
2answers
715 views

Passive FTP Server Port Configuration Troubles Win2003

Win2003 Ports 20 & 21 are open IIS6 - Direct Metabase Edit enabled Configured FTP service passive range to 5500-5550 5500-5550 added to windows firewall iisreset and double checked by ...
-1
votes
0answers
12 views

ispconfig ftp fails with netbeans [closed]

Using ISPConfig3 I have the following problem. I have been setting up a website with ISPConfig than to the website FTP user and path to the root. If I try out to connect with FileZilla everything ...
0
votes
1answer
1k views

SFTP: Move (rename) many files from one folder to another (not one by one)

I need to move all the files from current_path to current_path/DestinationFolder. The version of SFTP I'm using is: SFTP protocol version 2 The available commands are: sftp> help Available ...
-1
votes
1answer
51 views

migrate Cpanel with only FTP access [closed]

The datacenter put us in rescue mode and we have only FTP access to the files (they refuse to quit the rescue mode). How we could migrate all our users on a new Cpanel server using just the FTP copy? ...
2
votes
1answer
1k views

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 ...
3
votes
3answers
1k views

Plesk FTP not working but SFTP and Shell is working

I am facing a strange problem. The FTP on my Plesk VPS is not working. Whenever I try to connect, FileZilla FTP client says: Status: Resolving address of xxxxxxxxxxxxx.com Status: Connecting to ...
0
votes
3answers
34 views

PHP file upload limit

Im running CentOS. Im not exactly sure the standard max upload limit in PHP, but i tried to upload an 8MB file and i see a loading status on my browser, when it reached 100, it does nothing. the ...
-1
votes
1answer
14 views

Trasferring using binary mode with FTP [closed]

I want to know why if we transferred a Binary file(like images ) using FTP with ASCII mode will be received corrupted ? Thanks in advance !
2
votes
2answers
871 views

vsftp hangs at “150 Here comes the directory listing.”

In a vsftpd server enviroment, shared various directories from nfs mountpoints, I can log in without problem, but when I send the first "ls", the vsftp give me the directory listing: lftp ...
0
votes
1answer
45 views

FTP FileZilla server alternative for Linux [closed]

I'm wondering is there any alternative to FileZilla server in Linux? PS I'm looking for a server with GUI manager which offers nearly zero configuration I can run and manage FileZilla server within ...
0
votes
1answer
30 views

FTP server for LAN-only use— Write-permission issue in /var/www/

I'm trying to setup an FTP server so that any machine on the network can upload files to my /var/www/ on my Ubuntu 13.04 LAMP server -- with or without authentication. I've spent most of the day ...
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" \ ...
1
vote
2answers
740 views

ftp 7.5 windows server 2008 I can not upload files

I am using FTP 7.5 created virtual directory, gave user write permission under FTP for that directory. User logs in fine see everything however user can not upload any files. Keeps saying user does ...
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
11 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 ...
-1
votes
1answer
50 views

FTP ip reached by using SFTP command but not FTP [closed]

I've been given by a company their FTP IP where I should connect to. I got also username and password. That is supposed to work with port 21, right? I tried to use FTP command-line but it didn't ...
1
vote
4answers
50 views

cannot list directory when accessing ftp server remotely

i installed vsftpd and everything is working fine when accessing it locally, but i cannot view the folders when accessing it remotely. using filezilla in my remote PC, i get this: status: connecting ...
4
votes
2answers
1k views

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 ...
1
vote
1answer
826 views

IIS 6.0 FTP Folder Permissions

I have a IIS FTP website setup like this \ftp\users\domain\public\public Software that runs on clients computers logs into the FTP server by specifying domain\public and moving to public, it then ...
0
votes
3answers
935 views

How to auto chown/chgrp files after FTP upload?

I have a new VPS setup with Debian + LEMP stack. Wondering how to automatically chown/chgrp new files uploaded via FTP to /srv/www/siteroot to www-data:www-data? I am under the assumption this can ...
0
votes
1answer
73 views

VPS WHM: Restrict FTP of individual accounts to specific IP Addresses

Is there a way to Restrict access to FTP of individual accounts to specific IP Addresses? For the last few weeks, I've been receiving 12+ emails a day informing me that an IP from China is trying ...
0
votes
4answers
38 views

wget ftp an entire site is very slow

I'm trying to wget an entire site to transfer from Server A to Server B. It works, but incredibly slowly. I tested this by uploading a 100mb psd file to my server, and grabbing it with wget ftp. ...
2
votes
1answer
100 views

cPanel FTP account sym link permissions

I would like to give a potential developer temporary access to some of my projects. I have almost everything in its own subdomain, and each directory is a sibling to my public_html directory. It looks ...
2
votes
3answers
751 views

Whats a good secure Windows FTP server? [closed]

Whats a good FTP server? I have been running FileZilla, which seems okish. But I've noticed that a lot of people try to hack ftp servers and FileZilla only has very basic controls to prevent people ...
0
votes
1answer
254 views

IIS FTP Server works locally, but cannot connect from remote

I'm trying to setup an FTP server on Windows 2008 Server. I can connect locally: C:\>ftp localhost Connected to WebHead1 220 Microsoft FTP Service However, when I try to connect from remote, it ...
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
4answers
40 views

FTP Server port multiple connections

I have been asked 2 questions, and I'm unsure of the answers. *Suppose there is an FTP server on port 21 of a PC X. Is it possible for 2 different Pc's (Y and Z) to simultaneously have a connection ...
0
votes
2answers
5k views

IIS 7.5 on Windows Server 2008 R2 refusing to create PASSIVE MODE FTP connections

I'm attempting to get an FTP client written in perl to transfer files from an IIS 7.5 FTP server using passive mode. I've configured the FTP server as per instructions and have also configured ...
0
votes
1answer
83 views

Can FTP bandwidth usage result in dropped SSH connection?

It seems highly implausible, even ridiculous, to me. I login by SSH to the CentOS server. I FTP to another server and begin a large file transfer out (uploading to other server). After some time ...
0
votes
3answers
66 views

Auto-delete files after they've been on the server for 14 days

We have a Linux FTP server that clients and project managers upload files onto to exchange files. Unfortunately, nobody ever goes in and deletes anything when they're done with it. I'm looking for ...
0
votes
1answer
755 views

FileZilla Server connection fails when switching to explicit SSL/TLS

I've configured FileZilla server successfully (without SSL/TLS) by port forwarding: -Modem (external ISP address): TCP 21, 990, 50000-50100 -> 10.1.10.10 -Router (external 10.1.10.10): TCP 21, 990, ...
0
votes
2answers
42 views

SMTP/HTTP/FTP status check using PHP

I am in need of a piece of code to check whether the website is alive or down . I think this can be done with php curl or fsockopen . But i do want to check whether other services like ftp, smtp, ...
0
votes
3answers
783 views

How to enable PHP Curl on linux machine using FTP only

I only have access only to php.ini file and I want to be able to add curl extenssion to my linux machine. I don't have access to terminal. I tried adding: extension=curl.so but it doesn't ...
1
vote
2answers
710 views

Passive FTP on Windows Server 2008 R2 using the IIS7 FTP-Server

Hello serverFault-community! During the last few days I have been setting up a Windows Server 2008 R2 in a VMware. I installed the standard FTP-Server on it by using the Webserver (IIS)-role. ...
-1
votes
0answers
35 views

Can I install an alternative ftp server on FreeNAS? [closed]

The built-in FTP server on FreeNAS is not great. We need a way where our staff can easily and quickly create/edit FTP users, without having to log in to the admin panel. Is it possible to run ...
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 ...

1 2 3 4 5 26