Tagged Questions

0
votes
0answers
59 views

Which is better? SFTP or FTPS [closed]

I've heard it from some sources that SFTP is preferable to FTPS. If this is the case, I'm wondering why exactly.
0
votes
1answer
104 views

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, but now our IT guys want to set this up over a secure FTPS c …
0
votes
5answers
289 views

FTP over SSL for C#

I'm using the code below (needs to be .Net 2.0) to connect on a UAT server to a customer FTP server to up/down load files. I need to connect over port 990, using a self signed cert …
0
votes
1answer
149 views

FTPSClient authentication to an FTP server using a digital certificate or private key

I have a working prototype of a Java application that is using Apache Commons Net FTPSClient to connect to a FileZilla server over SSL (port 990 for what it is worth). No problem. …
0
votes
0answers
29 views

FTP Handler in IIS to modify incoming requests

We need to setup an FTPS server using IIS to allow a client to pull files down from us. Our data center requires that all files be encrypted on disk and decrypted on the fly by our …
1
vote
1answer
153 views

how to use FTP SSL c#

By using following code, My client application is connecting to the Secured FTP Server and pushing file up there successfully. Do you think the following approach is still leaving …
0
votes
1answer
91 views

Supress or Ignore Non-Trusted Certificate With FTPS.exe (MoveIT Freely)?

One of the FTP accounts that I use recently began requiring secure FTP connections, which broke a script that I used to upload to it using a 'standard' FTP library. I've written a …
1
vote
6answers
293 views

Secure FTP for Windows 2000 Server

Can someone recommend a secure FTP implementation that works well on Windows Server 2000? I'm uploading files into virtual directories and web applications under IIS and the existi …
1
vote
3answers
1k views

Best Method to SFTP or FTPS Files via SSIS

What is the best method using SSIS (SQL Server Integration Services) to upload a file to either a remote SFTP (secure FTP with SSH2 protocal) or FTPS (FTP over SSL) site? I've use …
2
votes
5answers
699 views

Python module that implements ftps

Hi People, I was wondering if anybody could point me towards a free ftps module for python. I am a complete newbie to python, but this is something I need for a work project. I n …
1
vote
8answers
544 views

when using a FTPS connection to transfer a file, what is the difference between a ‘Binary mode taransfer’ and ‘ASCII mode transfer’ ?

I am using a FTPS connection to send a text file [this file will contain EDI(Electronic Data Interchange) information]to a mailbox INOVIS.I have configured the system to open a F …