Tagged Questions
0
votes
0answers
18 views
“Illegal version” error with LFTP
The following command:
lftp -c 'open -e "set ftps:initial-prot ""; \
set ftp:ssl-force true; \
set ftp:ssl-protect-data true; \
set ssl:verify-certificate no; \
nlist ; " \
-u "username","password" \
...
0
votes
1answer
42 views
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 ...
0
votes
0answers
61 views
What FTP clients securely handle FTP/TLS where the server has a self-signed cert? [closed]
I'm trying to connect to an FTP server that uses TLS on port 990. Unfortunately, the server uses a self-signed cert.
What FTP clients for Windows handle this type of connection securely, such that I ...
0
votes
1answer
97 views
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 ...
1
vote
1answer
156 views
FTPS failing on LIST command with error;
The machine in question is running CentOS 5.7 and vsftpd-2.0.5-21.el5.x86_64.
My client can connect to the server and interact with it normally over standard FTP. It can also connect via FTPS and ...
0
votes
0answers
99 views
Free secure windows ftp server for a commercial project
I'm looking for a free secure (sftp or ftps) windows ftp server as the title indicates.
I found quite a few but they are either :
* Not free (usually they are GPL or just not free)
* Not 'secure' ie. ...
3
votes
4answers
6k views
Filezilla client unable to get directory listing from Filezilla Server (Windows)
I've set up a self signed certificate in FileZilla server and enabled FTP over SSL/TPS. When I connect from the client FileZilla, I am able to authenticate but cannot get a directory listing:
Status: ...
5
votes
2answers
226 views
Is there a way to run FTPS on Windows Server 2008 / FTP 7.5 through a Firewall?
I'm attempting to setup a FTPS server on Windows Server 2008. The inner workings have been successful -- I can connect locally or on the VPN. But I can't seem to craft the firewall rules to make it ...
0
votes
4answers
73 views
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 ...
0
votes
2answers
400 views
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 ...
0
votes
1answer
3k views
How Do I Configure IIS FTP 7.5 Passive Ports Per-FTP Site? (Setting appears locked at the server level)
I am needing to use the functionality to set the FTP PASV port range that IIS FTP7.5 will use, but it seems this is locked down in configuration at the server level; I can not modify the port range ...
0
votes
2answers
1k views
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 ...
2
votes
1answer
524 views
Can explicity ftps via Filezilla but not from code
This was originally posted to StackOverflow, but because the code works and this is most likely a network/firewall issue, I figured I'd ask it here.
As the title states, I can connect to another ...
8
votes
4answers
2k views
FTP v/s SFTP v/s FTPS
We're setting up a web server at our workspace. In conjunction, we're planning to install an FTP server, however I'm stuck at what protocol to employ -- FTP, SFTP or FTPS. I googled around, trying to ...
0
votes
1answer
634 views
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 ...
1
vote
1answer
509 views
Virtual Hosting FTP, FTPS and SFTP
I have a need to setup an FTP server for many users to upload and download files.
The users are not consistent in their chosen protocol, some use FTP, some FTPS, some SFTP.
I would like to setup a ...
1
vote
9answers
6k views
Console FTPS (not SFTP) client?
I need to automate some transfers but it seems i can't find a decent command-line ftp client supporting FTPS for the windows platform? winscp supports SFTP but there's no good SFTP server for windows ...
