Questions tagged [ftps]

FTP protocol over SSL (not SFTP, which is SSH-based)

FTPS is an extension of the FTP protocol that makes use of Transfer Layer Security, specified by RFC 2228 and RFC 4217. It encrypts all packets, including authentication, when one uses the ftp protocol.

Do not confuse FTPS with SFTP.

133 questions
0
votes
2 answers

Is it possible to use the same SSL certificate for http and ftp?

Using https://example.com, I wonder if it is possible to use its SSL certificate for ftps://example.com ? The used certificate is basic like (RapidSSL, PositiveSSL, etc ...)
Sami-L
  • 253
  • 2
  • 6
  • 17
0
votes
1 answer

Why does my ftp(e)s server fails like half of the time

I have this discussion at work regarding our ftp server running via vsftpd. Initially, we have opted to serve ftpes instead of sftp because this seemed the most flexible and straightforward solution for our server to have secure file transmission. …
user1092608
  • 749
  • 2
  • 7
  • 12
0
votes
2 answers

way to restrict FTPS ports on both sides of connection?

Is there a way to restrict FTPS ports on both the server & client side of the connection? I've already read this answer and I have vsftpd set to restrict passive port usage to a narrow range on the server side. I've verified that this restriction…
Michael H.
  • 543
  • 1
  • 5
  • 15
0
votes
1 answer

Secure file transfer over Internet to Win2k3 Server/64-bit?

I've been using FTPS via Filezilla on my Win2k3 server after a mandate for encrypted file transfer came through. I use Beyond Compare or other FTPS clients on my Windows 7 and XP boxes to connect. Is this the fastest encrypted option for moving…
Caveatrob
  • 111
  • 1
  • 3
  • 12
0
votes
1 answer

Transfer files between Shared Hosting servers using FTPES

I have two shared hosting servers and a VPS. One at ixwebhostings with their panel and other is a cPanel hosting. I would like to move some files between these two. ixwebhosting supports FTP and cPanel supports FTPES only. and i have full root…
Jasim Muhammed
  • 236
  • 3
  • 7
0
votes
2 answers

Filezilla FTPS server on Windows Server 2003 - can't find a client to map a drive to this

I'm running an FTPS server on Windows Server 2003 (Filezilla Server). I want to map a network drive from my PC to the server, but most of the solutions are shown as SFTP. Those that aren't won't take my self-signed cert. Ideas?
Caveatrob
  • 111
  • 1
  • 3
  • 12
0
votes
1 answer

Mount an only FTPS reachable storage?

I recently purchased a domain that comes with 10 GByte storage. I could be only reachable with FTP over TLS. Are there any methods to "mount" this storage like when e.g.: using SSHFS?
LanceBaynes
  • 3,087
  • 9
  • 29
  • 31
0
votes
1 answer

IIS 7 Setting up FTPS, pure frustration

Please ignore the partial rant that will follow: I have a simple windows 2008R2 VPS, running a few sites. I wanted to add an FTPS, you know like most normal people do.... So began the journey of pure frustration. I mean does it really, really,…
Darknight
  • 151
  • 2
0
votes
4 answers

Uploading files onto Windows server

I have VPS on Windows web server 2008 which I am using for hosting my own sites and project. Only mine. And I am currently solving an issue of how to upload files onto server. Sure, I am using FTP over SSL integrated server in IIS but I think it is…
0
votes
3 answers

FTPS upload "failing" for large uploads

We have an FTPS (FileZilla) server running and a hundred or so clients connect nightly and upload files in the 20-100MB file range. However, there are 1 or 2 that appear to be able to connect, upload the entire file, then the client reports a…
Paul Mrozowski
  • 415
  • 2
  • 6
  • 13
0
votes
2 answers

Why can't I access my Linux FTP (vsftpd) server?

I've just installed vsftpd, and started the service. The service is running, and my netstat dump shows it (See below). I've also enabled anonymous access for good measure. However, when I try to access the server with an FTP client, or even just…
Yarin
  • 1,366
  • 8
  • 19
  • 31
0
votes
1 answer

FTPS connection stalled on TLS initialization?

I am very good with an HTTP server, but I am new to FTP. I'm trying to configure a FTPS connection and I have listen set to port 990. But FileZilla client connection always hangs up on TLS initialization and then times out. Any suggestions on…
nkcmr
  • 271
  • 1
  • 4
  • 11
0
votes
1 answer

How to generate a CSR for Verisign for use with FileZilla (in Windows)

I need to get a certificate from VeriSign to use in FileZilla (FTPS, FTP over SSL), to get the certificate, Verisign asks for a CSR file, FileZilla doesn't seem to have a way to generate those CSR files; how would I go about generating this file…
BlackTigerX
  • 319
  • 1
  • 4
  • 8
0
votes
1 answer

FTP/SFTP/FTPS proxying

Greetings, I have a series of external FTP sites that I need to allow users behind my firewalls to access for day-to-day work. We don't allow direct access out to the Internet, we proxy everything and as such, have been forced to set up a machine on…
MattC
  • 377
  • 1
  • 4
  • 11
0
votes
0 answers

Error while installing VSFTPD in passive mode - 500 OOPS: could not bind listening IPv4 socket

I am trying to install and connect to FTPS server (passive mode) locally. I have read similar topics in this community, but still can't fix the problem or find an error in the vsftpd.conf. Firewall is disabled, socket 192,168.1.90:21 answers to ping…
ghostone
  • 5
  • 1
1 2 3
8
9