Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
5k views

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 FTPWebRequest. Does the FTPWebRequest support both types of FTPES, and what is the ...
5
votes
2answers
379 views

I need help converting a C# string from one character encoding to another?

According to Spolsky I can't call myself a developer, so there is a lot of shame behind this question... Scenario: From a C# application, I would like to take a string value from a SQL db and use it ...
5
votes
6answers
8k views

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 just lists the pros and cons of each solution. I personally use CozyRoc's SFTP library ...
4
votes
3answers
176 views

How can I write a file on an sftp-server with PHP?

I hope someone here could help me, because I couldn't find any solution with Google. What I have to do is to generate a XML-string (that works) an save that directly into a file on an sftp-server. So ...
4
votes
7answers
2k views

Python module that implements ftps

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 need an ftps client to connect to ...
3
votes
2answers
554 views

Git clone over ftps

Okay. So I have my site hosted on InmotionHosting. It's a shared server, so ssh is out. I've been accessing it via FTPS. I use git at work, so I've been curious to start using git for my personal ...
3
votes
2answers
266 views

Alternatives to commons-net FTPSClient?

Do you know any good open source library other than Apache commons-net FTPSClient to interact with a FTPS site Regards,
3
votes
1answer
2k views

FTPS problem: “A TLS packet with unexpected length was received.”

I'm trying to connect to an FTPS server (not SFTP). I am connecting from a linux system, so I have tried lftp, ftp-ssl, and even using php's ftp_ssl_connect, but none of them work. (I have been able ...
3
votes
8answers
4k views

What would be a recommended choice of SSIS component to perform SFTP or FTPS task?

Sometimes normal FTP doesn't quite cut it... When you need to do secure FTP via SSIS packages, which product would you recommend? Before answering, please see if someone has already suggested the ...
2
votes
1answer
160 views

Connect to FTPS server

I write FTPS server, and I have problems with ssl connection after AUTH TLS command. Simple example: try { int ServerPort = 21; ServerSocket FtpExServer = new ServerSocket(ServerPort); ...
2
votes
0answers
336 views

ftp_ssl_connect with implicit ftp over tls

Can ftp_ssl_connect handle Implicit FTP over TLS? By default it uses explicit. I'm trying to upload to a server that accepts only Implicit ftp over tls on port 990; has anybody run into this as of ...
2
votes
1answer
241 views

ruby ftp over explicit TLS/SSL in Ruby on Rails [closed]

Possible Duplicate: FTPS (TLS/SSL) from Ruby on Rails App Hi, folks, How can I connect from Ruby (RoR) to ftps (ftp over explicit TLS/SSL in Ruby on Rails) host? Googling didn't provide ...
2
votes
1answer
168 views

FTPS or HTTPS - which is the better way to transfer big files from hundreds of clients to server using Java?

Parameters for evaluation: - 1000 connections from the client (connection may be slow in some cases) - Multithreaded upload when connection is good (of the same file, or different files) - Ability to ...
2
votes
1answer
358 views

FTP to FTPS proxy

Visual Studio 2010 allows to publish web projects via FTP. Great feature but due to security reasons FTP is disabled at the target site (FTPS is available). As far as I know VS2010 does not support ...
2
votes
2answers
2k views

Downloading all files in directory using libcurl

I am new to the libcurl and found a way to download a single file from the ftp server. Now my requirement is to download all files in a directory and i guess it was not supported by libcurl. Kindly ...
1
vote
2answers
241 views

PHP - Download from URL and Upload via FTP

Slightly weird concept here... A client of ours wants data pushed to them over FTP/S The idea is that we download one of our reports by downloading from a URL (a CSV File), then push this to the ...
1
vote
1answer
320 views

connect to ftps site via java

I am trying to connect to a clients ftps server via my java code. I am using apache commons library to do so. However, I am not able to do so. Can anyone please help me with this. The client server ...
1
vote
1answer
863 views

cURL download multiple files from FTPS site

I am using cURL (first time using this) to download files from ftps site from the command line. This is what i need to do: Download multiple files from the ftps site that match a certain file name ...
1
vote
3answers
416 views

ssh tunneling for sftp

I am trying to use sftp over an ssh tunnel I have a homePC, that can use a gatewayPC as a jump host to login to a remoteserver i use the ssh tunnel command $ssh -t userid@gateway ssh remoteserver ...
1
vote
2answers
696 views

SSLSocketImpl.startHandshake() throws SSLHanshakeException/EOFException when resuming cached sessions

Using Apache FTPSClient to listFiles(String).... The aplication crashes sometimes after resuming an SSL Session and then calling sslSocketImpl.startHandshake() from the Apache FTPSClient code. I ...
1
vote
2answers
515 views

Can explicity ftps via Filezilla but not from code

As the title states, I can connect to another machine from my server via FileZilla Client, but I cannot via code (.Net - FTPWebRequest) I know the code is good, as it works from another machine. The ...
1
vote
1answer
2k views

How to configure FTPS in IIS 7 & IIS 7.5 using Active Directory enabled One-to-One Client Certificate mapping

FTPS in IIS 7.5 is cool. Do you know how to configure it?
1
vote
5answers
3k 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 certificate supplied by ...
1
vote
1answer
977 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 the security hole ...
1
vote
6answers
639 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 existing provider, ...
1
vote
7answers
1k 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 FTPS connection and ...
0
votes
0answers
22 views

FTPS using M2Crypto, LIST works but not PUT

With LFTP, it works. foo:~# lftp lftp :~> set ftp:ssl-force true lftp :~> connect host lftp host:~> login username Password: lftp host:~> set ftp:ssl-protect-data true lftp host:~> put ...
0
votes
0answers
70 views

How to implement FTP over SSL using Obj C / iPhone

I am working on a project, where we need to upload and download files from FTP. The FTP connection need to implement over SSL. After did a long google. i could not find any useful links. I found one ...
0
votes
2answers
47 views

SSIS package execution error - Remote FTPS

I am trying to run a SSIS package on Server1 which goes and downloads a XML file from a FTPS server. This XML file is actually encoded and carries data which are to be moved to the database in ...
0
votes
2answers
43 views

How to get Full Path of source and destination in FTP Upload / Download through packet parsing?

I am using WinPcap for packet capturing through c++ & FileZilla like agent to upload and download stuff. Using FTP commands CWD, PWD, RETR.. etc from captured packets, I can get FTP path of ...
0
votes
0answers
83 views

Email notification in filezilla server

I have a filezilla server on windows platform. Is it possible to get an email notification when client upload file(s) into FTP server? Thanks!
0
votes
0answers
43 views

Public FTPS server for uploading

Can somebody prompt a public FTPS server that allows uploading, is there any?
0
votes
0answers
67 views

I am having FTPS problems with Aptana Studio 2.0.5

I am attempting to upload some files via FTPS in aptana 2. I cannot upgrade to aptana 3 because I have a PPC Mac. I have no problems connecting to the FTP server and I have no problem reading the file ...
0
votes
0answers
100 views

“FTP Connection Manager” Detailed error description: The server name or address could not be resolved in SSIS

i have created the SSIS package and in that i placed the Data Flow to get the data from the database and created the FTP Task. For the FTP Task i provided the credentials and Checked the Connection ...
0
votes
0answers
160 views

FTPES (FTP Explicit SSL) client on iPhone

I need to be able to read and write files to an FTPES server from my iPhone app. I have found many libraries for plain FTP but I specifically need FTPES. Does anyone know of any libraries that can ...
0
votes
1answer
137 views

Filezilla FTP server - set upload location on file server

I'm setting up a FTPS server and want to upload files to File server(NAS drive). I mapped the drive and tried 'drive letter' and '\serverpath\', But during the transfer its shows failed transfer ...
0
votes
1answer
819 views

JSchException: Algorithm negotiation fail

Hi, I am trying to connect to remote sftp server over ssh with JSch (0.1.44-1) but during "session.connect();" I am getting this exception: com.jcraft.jsch.JSchException: Algorithm negotiation fail ...
0
votes
1answer
373 views

Error accessing FTPS site from unix - “curl: (35) Unknown SSL protocol error in connection to <ftp site>”

I'm using filezilla ftp server on windows server 2008 machine. I have setup the FTPS site on this server. It works fine when i create any fpts account and access it from any ftp windows client. But ...
0
votes
2answers
360 views

cURL - Use cURL to ftp files and keep the original timestamp of file

I am using curl to download some files from a FTPS site. When i download the files from site to my machine the zip files date changes to the download time and date. I want to keep the original ...
0
votes
2answers
534 views

ftp_login() : SSL/TLS handshake failed

I have to retrieve a file by using FTPS : $ftp = ftp_ssl_connect($ftp_server, 9921, 10); $bool = ftp_login($ftp, $login, $pass); ftp_pasv($ftp, true); $files = ftp_nlist($ftp, "/"); ...
0
votes
0answers
119 views

Windows 2008 Server - lost secured FTP (FTPS) packets

I have a strange situation on Windows 2008 (standard 64bit) server using IIS7 and FTP7.5. When I'm trying to connect to the FTP server in passive explicit FTPS mode the communication seems to work ...
0
votes
1answer
239 views

SSL handshake failures when no data was sent over Twisted TLSConnection

I start looking at implementing explicit FTP by extending the current Twisted FTP. Most of the code was straight forward and implementing AUTH, PBSZ, PROT was easy and I got a working secured control ...
0
votes
1answer
313 views

FTPS (FTP over TLS/SSL) Proxy

Is the any proxy server which supports FTPS (FTP over TLS/SSL)?
0
votes
1answer
248 views

FTP Over SSL/TLS and Firewall Support

Is there any open source/commercial FTP client which supports FTPS (FTP over SSL/TLS) over firewall/proxy? Since If we use SSL/TLS, the Control channel is encrypted and the Firewall couldn't ...
0
votes
3answers
628 views

Secure file upload with Qt

I'm in the process of creating a utility to backup user's media files. The media isn't being shared etc its only a backup utility. I'm trying to think of the best way to protect users from ISPs ...
0
votes
3answers
691 views

How do I download a file from an FTP server using FTP over SSL using .NET?

My post title almost states it all: How do I download a file from an FTP server using FTP over SSL using .NET? I have read a bit and there are several 3rd party components to purchase that wrap up ...
0
votes
1answer
298 views

How to use a Client Certificate with ftp_ssl_connect

I'm looking for the best method to work with an FTP server over an SSL connection. (Generally, pushing a file up as well as getting a list of files on the server). One requirement for this project is ...
0
votes
1answer
195 views

bad line length exception in jscape FTPS library

All, I am getting this exception com.jscape.inet.ftp.FtpException: bad line length at com.jscape.inet.ftps.FtpsClient.(Unknown Source) at com.jscape.inet.ftps.FtpsClient.createUnprotected(Unknown ...
0
votes
2answers
146 views

Component or Source for Running an FTP Server via C# (with SSL)

I'm surprised by the lack of products out there for running your own FTP server in managed code. I'm looking for either a product or thorough source code for building an FTP server in C# that supports ...
0
votes
2answers
180 views

Looking for a good book covering CURL library under c++

are there any good books/tutorials decscribing how to use CURL library under C++ to implement FTP / SFTP clients ? Thx for help.

1 2