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
2
votes
1 answer

Unable to set up secondary IIS 7.5 FTPS server

I'm the process of setting up two IIS 7.5 FTP web sites (which are both up and running normally) both of which have FTPS set up on them. For this example: Site 1 is called foo.com. This site has it's own SSL that was applied to the website and FTP…
Techie Joe
  • 327
  • 2
  • 9
2
votes
2 answers

FTPS using Vsftp woes

I have some problems with Vstpd, and I don't know whether they are related or not. One problem is that FireFTP can't get past the directory listing phase - it just stucks there forever, no error messages. Filezilla works, however it too sometimes…
Palantir
  • 125
  • 1
  • 10
2
votes
1 answer

Cant set iptables rule for FTPS (pure-ftpd with TLS)

I'm running pure-ftpd with TLS support, everything works fine until enabling iptables. With working iptables I can connect to ftp but can't get file list. The ip_conntrack_ftp module is enabled, and this is my rules set for ftps: *filter :INPUT…
B14D3
  • 5,188
  • 15
  • 64
  • 83
2
votes
1 answer

How to use cURL to FTPS upload to SecureTransport (hint: SITE AUTH and client certificates)

I'm trying to connect to SecureTransport 4.5.1 via FTPS using curl compiled with gnutls. You need to use --ftp-alternative-to-user "SITE AUTH" per http://curl.haxx.se/mail/lib-2006-07/0068.html Do you see anything wrong with my client…
Seamus Abshere
  • 673
  • 1
  • 6
  • 10
2
votes
3 answers

Load balancing FTP/TLS (FTP/SSL, FTPS)

I'm aware of the issues inherent in load balancing FTP, and throwing in SSL makes it doubly difficult. Does anyone know of an existing product which does a good job of load balancing RFC4217 FTP/TLS? (also known as FTP/SSL and FTPS) Note I am not…
slim
  • 183
  • 6
2
votes
1 answer

Access FTPS from behind Forefront TMG

I have a web server on which IIS 7 host an SSL-enabled site. The client in am trying to connect with is behind the corporate Forefront TMG. The app is Total Commander - a file manager shell, that has the ability to connect to SSL FTP by putting a…
Maxim V. Pavlov
  • 663
  • 3
  • 11
  • 29
2
votes
1 answer

Cisco ASA inspection of FTPS (FTP explicit SSL/TLS)

I'm trying to configure my Cisco ASA 5505 to open a passive port on behalf of my FTP server. Have anyone tried this when running the FTP connection encrypted (TLS/SSL) ? The FTP client log reports that everyting is working until the point the client…
ROAR
  • 153
  • 1
  • 2
  • 7
2
votes
3 answers

How to automate FTPS uploads from the Windows Command Line

I'm looking for a batch script to automate the upload of MULTIPLE files at a time to an external ftps site (ftps://servername.xxxx.com).The files are located in a folder on a Windows Server 2008 system.If possible the batch script also needs to…
ciscokid
  • 53
  • 3
  • 7
2
votes
2 answers

Automated backup over FTPS? What is the best software to achieve this?

I'm looking for a relatively easy to set up / maintain solution for backup to a remote location over FTPS on a Windows OS. We currently use Mozy, but would like a second backup to a server on our premises (the server to be backed up is remote). We…
gbro3n
  • 259
  • 4
  • 14
2
votes
2 answers

Novell Netware and SAMBA Access

We are working on migrating from a Novell Netware 6.5 (not OES) platform over to MS Active Directory. While performing testing, etc. we have found the need to have access to shares on the Novell Netware 6.5 server from a variety of our clients…
John
  • 2,276
  • 7
  • 44
  • 60
2
votes
2 answers

Utility to map a drive letter to a secure FTP site (i.e. SSL/TLS)?

I know that Webdrive offers a utility to map a drive letter to a secure FTP site. However, their software is pricey - and if you buy a license, it expires after one year so you can't use it any more! Thats just pure nastiness on their part. Any…
Contango
  • 1,150
  • 5
  • 15
  • 31
2
votes
1 answer

IIS FTP 7.5 Data Channel Problem (SSL)

Hey there I wonder if anyone can get me in the right direction. I am setting up both a FTPS Client and Server, FTPS Server using Microsoft’s iis FTP 7.5. On the client side it will be running on Linux and I am using M2crypto for the openssl…
user59050
  • 121
  • 2
2
votes
1 answer

Mount an FTPS server to a linux directory (but get Access denied: 530 error)

Im trying to Mount FTPS to a directory but it doesn't seem to work... I can do this: lftp -p 990 user:pass@10.10.10.1 It will connect fine. But if I do this: curlftpfs 10.10.10.1:990 /mnt/test -o user=user:pass I get this error: * Couldn't find…
Mint
  • 476
  • 2
  • 9
  • 23
1
vote
0 answers

FTPS and certificate authorization on debian

I need FTPS with certificate authorization (not login / password). What program to use and how to configure it?
AdamP
  • 11
  • 1
1
vote
1 answer

FTPS - Explicit FTP over TLS - can't get directory listing

UPDATE - Summary of what resolved it: After fixing a mis-typed port on the router, I got the error "450 TLS session of data connection has not resumed or the session does not match the control connection" - which led me to unticking the server…
mseifert
  • 399
  • 1
  • 4
  • 12
1 2
3
8 9