× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On Thu, Jun 24, 2021 at 3:32 PM Rob Berendt <rob@xxxxxxxxx> wrote:

Server
Enter Custom command

Actually, I get the impression that the only reason Justin was asking
about custom commands was that he got the idea that you had to issue
an AUTH command to get FTPS to work.

Relevant quotes:

Chris Bipes:

The AUTH command is used to initialize a secure
connection to the connected FTP server. If you
require SSL then the AUTH must be issues
before you can logon.

Justin Taylor:

Can anyone recommend an FTP client
(that allows FTP commands) for Windows
that supports SSL?

The salient portion of that inquiry is "supports SSL"; the "allows FTP
commands" seems to be purely in service of the SSL.

Quick terminology note: Though the 'S' in FTPS originally stood for
SSL, you should be aware that SSL is obsolete, in a similar sense that
"AS/400" is obsolete. The successor to SSL is TLS, and you should be
aware of both terms.

So, if you are just trying to get FTPS to work in FileZilla, then you
don't have to bother with custom commands. (Indeed, I'm not even sure
you can make it work using custom commands.) The place to set up FTPS
in FileZilla is the Site Manager. On the right-hand side of that
panel, there are four tabs, the first one being "General". In that
tab, you choose protocol, host, and encryption. The protocol should be
FTP. Your choice for encryption controls how FileZilla attempts to
handshake the TLS with the server. In most cases, leaving it at the
default should work. The first time you connect to an FTPS-enabled
server, you should get a message about an unrecognized certificate. If
you trust it, you'll probably want to check the "always trust" box so
you don't keep getting the message in the future.

Also note that the premise of the inquiry (that FTPS cannot be
achieved using the FTP client that comes with Windows) is not correct.
You absolutely can, though from what I can gather via Googling, it's
not that straightforward. The most promising link I found was this:

https://www.reddit.com/r/PowerShell/comments/4y5jhw/openftps_ftps_with_powershell_no_dependencies/

Further, note that most command-line or scripting solutions for FTPS
on Windows make use of WinSCP, because that route is just so, so much
easier. The fact that WinSCP is scriptable is one key advantage it has
over FileZilla. For programmers using Windows (whether for plain FTP,
FTPS, or SFTP), that is probably decisive.

John Y.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.