Post a reply

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

martin

Re: sftp with TLS in windows command line

Pure-FTPd is FTP(S) server, not SFTP server.

So the command should be:
winscp.exe ftpes://ftpu:uftp@11.11.11.11

(No other switches are needed)
adrisan

sftp with TLS in windows command line

Hello

I need to connect to Pure-FTPd server from Windows command line. I'am executing:
winscp.exe sftp://ftpu:uftp@11.11.11.11:21 -passive -explicitssl -explicittls

but always i receive this message
host is not communicating for more than 15 seconds, still waiting.

What can I do?
(from WinSCP Windows client GUI, I can connect correctly)
MazukFarnas

Scripting FTP with WinSCP

Greetings, I'm trying to automate a common FTP task due to my own laziness and am having some difficulty scripting in WinSCP.

I'm trying to search for example scripts because they help me logically piece together the processes but I'm not finding much out there.

What I want to do is transfer files on a schedule and delete the local files once they've been transferred.

Anyone know how to do this? Can this be done in Powershell instead?