Top "Ftps" questions

An extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and the Secure Sockets Layer (SSL) cryptographic protocols.

Transfer files over FTPS (SSL/TLS) using C#.Net

I'm writing an application that syncs files over an FTP site. Right now it's working by connecting through regular FTP, …

c# ssl ftpwebrequest ftps
How do I get lftp to use SSL/TLS security mechanism from the command line?

I'm trying to log into an ftps site. I've tried giving the login creds at the command line (and putting …

ubuntu ftp ftps lftp
Best Method to SFTP or FTPS Files via SSIS

This question originally asked which is the best method for uploading files via SFTP or FTPS in SSIS. It now …

ssis service integration sftp ftps
Does .NET FtpWebRequest Support both Implicit (FTPS) and explicit (FTPES)?

I am being asked to support implicit and explicit FTPS (also known as FTPES). We are currently using the .NET …

c# .net ftp ftpwebrequest ftps
What's the best way to automate secure FTP in PowerShell?

I'd like to automate the FTP download of a database backup file using PowerShell. The file name includes the date …

.net powershell ftp ftps
How to schedule an automatic FTP download on Windows?

I need to connect to a host with username, password, implicit TLS encryption and port number to download files to …

windows batch-file ftp scheduled-tasks ftps
How to connect to FTP over TLS/SSL (FTPS) server in Java

I'm stuck in connecting to FTP over TLS/SSL (FTPS) server. I am using SimpleFTP library through am able to …

java ssl ftp ftps
FTPSClient returns MalformedServerReplyException: cannot parse response code

I have an SFTP connection set up. I used WinCSP and Filezilla and the test server is working no problem. …

java apache-commons ftps
Send and receive files from FTP in Spring Boot

I'm new to Spring Framework and, indeed, I'm learning and using Spring Boot. Recently, in the app I'm developing, I …

spring spring-boot spring-integration ftps
commons-net is compatible with ssh-2.0 protocol

i have tried create a project with library commons.net for send via ftp some files. But i created a …

java ssh apache-commons-net ftps