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
1answer
285 views

Poor SSL performance with vsftpd

I'm trying to tweak vsftpd to achieve maximum performance for my usage: I have only one or two clients that connect to the server. File size is between ~15MB and 1GB. Typical transfer batch ...
0
votes
0answers
70 views

Do I need to make changes for FTP connection to work after Domain IP change?

We have a website hosted by fatcow on a shared server. We purchased and installed a quick SSL cert from Geotrust for our domain. Fatcow instructed us to point our domain to the SSL IP for the SSL cert ...
1
vote
1answer
245 views

Speed Up IIS7 FTP+SSL Transfers

I am currently using a Server 2008 R2 box with IIS 7.5. I have IIS FTP+SSL setup and working properly with AD accounts. My issue lies in upload speeds. On a previous unix host FTP transfers were quick ...
0
votes
1answer
1k views

Which port number to use for FTP on IIS 7

Following these instructions I managed to configure my FTP server for SSL on a windows server 2008 (IIS 7) while enabling Require SSL connections. However I'm not able to connect to the FTP server ...
0
votes
2answers
496 views

SSL FTP fails on Windows 7 but not Windows XP clients

We currently use a free SSL-FTP client called Move-It-Freely to transmit data from a custom data entry program at over forty facilities scattered around the state to our central server. Under XP, it ...
0
votes
1answer
758 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
1answer
762 views

PowerShell - Set IIS 7.5 FTP Site to 'Allow SSL connections'

Using PowerShell, how can I script the setting of an IIS 7.5 site to 'Allow SSL connections' rather than 'Require SSL connections'? I cannot seem to identify the name of the configuration property I ...
0
votes
1answer
783 views

Trouble connecting to vsftpd on ubuntu server

I have installed Ubuntu Server 10.10 and I am using it to host a domain that I have. I am trying to set up FTP for the server, but I am running into some problems. I have successfully installed ...
0
votes
1answer
884 views

Can't connect to vsftpd from Windows XP (FTPS)

All right, I've been working on this for days and I'm starting to tear my hair out: I'm running a vsftpd server v2.0.6 (+SSL, +TCP wrappers) on CentOS 5.4, but Windows clients can't seem to ...
1
vote
1answer
3k views

curl FTPS with client certificate to a vsftpd

I'd like to authenticate FTP clients either via username+password or a client certificate. Only FTPS is allowed. User/password works, but while testing with curl (I don't have another option) and a ...
0
votes
3answers
332 views

secure methods to upload files to apache?

I 'm a web developer and I need to know which are the most popular and secure methods to upload my files to an Apache production server? I guess that ftp remains out of the list as the password is ...
11
votes
3answers
53k views

What is the difference between SFTP port 22 or port 990?

I know that explicit "negotiated" FTPS is preferred, because it still uses the standard port 21 with that method but in regards to "implicit" non-negotiated FTPS using a standard port of 990 vs. port ...
1
vote
4answers
8k views

FTP/SSL in passive mode with portrange, which ports has to be open on the firewall?

We have to use FTP over SSL on our server and use a portrange with 5 ports for the data connection. A firewall is between client and server. We have to know what we have to open at the firewall: port, ...
4
votes
4answers
34k views

what ports are used by ftp over ssl? [duplicate]

Possible Duplicate: What firewall ports do I need to open when using FTPS? Trying to open up ports in a sonicwall firewall. The service is ftp over ssl (NOTE: NOT sftp). What ports does ...