Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

treacheroust

Thanks

Thanks, in retrospect it is stated in the documentation! Great product and great site.
martin

Re: How do I know if my script is using ftp or sftp?

ftp://ftp.example.com
sftp://ftp.example.com
treacheroust

How do I know if my script is using ftp or sftp?

My server supports both sftp and ftp, but the url for both is ftp.example.com. I'm trying to write a script, and it's unclear to me how to force the "open" command to use the sftp protocol. I've done a bunch of searching, and I can't find the answer. Thanks in advance for your help!