SFTP files from Windows to Linux machine using any script -


is there way can develop script run on windows , ftp files windows local machine linux server.

i'm not interested in using third party tools filezilla or winscp @ moment.

no. there's no sftp client in windows.

the closest thing microsoft build of openssh windows. while it's server package, includes client binaries sftp too. comes in zip package. client tools not need installation, can extract them.

there's not built-in language in windows supports sftp. neither batch file, powershell, jscript nor vbscript support sftp natively. have install sftp library.

some languages support sftp natively (php instance), have install these.

using 3rd party tool winscp more straightforward.

see introduction scripting winscp.

see what's decent sftp command-line client windows?

filezilla not support scripting:
how send file filezilla command line?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -