<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Winscp</id>
		<title>Winscp - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Winscp"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Winscp&amp;action=history"/>
		<updated>2026-04-05T01:19:49Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Winscp&amp;diff=954&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Winscp&amp;diff=954&amp;oldid=prev"/>
				<updated>2008-12-03T10:39:09Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:39, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Winscp&amp;diff=953&amp;oldid=prev</id>
		<title>192.168.20.177: /* Aplications */</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Winscp&amp;diff=953&amp;oldid=prev"/>
				<updated>2007-05-25T18:26:56Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Aplications&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Winscp]] is a little yet powerful secure copy ([[scp]]) or secure file protocol transfer ([[sftp]]) client. In command line mode it allows to easily automate some tasks such as access and transfer from remote linux-based machines.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
The following line executes a text-script that transfers to the machine ''192.168.20.160'' the folder ''MyFolder'':&lt;br /&gt;
 &amp;gt;winscp3 /console /script=winscpscript.txt &lt;br /&gt;
&lt;br /&gt;
 #winscript.txt content&lt;br /&gt;
 option batch on&lt;br /&gt;
 option confirm off&lt;br /&gt;
 open fedora:fedora@192.168.20.160&lt;br /&gt;
 cd /home/fedora/Aplica&lt;br /&gt;
 option transfer binary&lt;br /&gt;
 put MyFolder&lt;br /&gt;
 close&lt;br /&gt;
 exit&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
Here's a combination with a batch file, that creates a clean copy of a MOHID simulation and then transfers it to a linux machine with a winscp script:&lt;br /&gt;
&lt;br /&gt;
 &amp;gt; copysimulation MySimulation&lt;br /&gt;
&lt;br /&gt;
 #'''copysimulation.bat content'''&lt;br /&gt;
 #Input argument %1 stands for simulation name&lt;br /&gt;
 @echo off&lt;br /&gt;
 set COPYHOME=C:\Program Files\2gif&lt;br /&gt;
 xcopy %1\*.* %1_copy /E /EXCLUDE:%COPYHOME%\exclui.txt&lt;br /&gt;
 perl %COPYHOME%/replace.pl 's/%2/\.\.\/\.\./g' *&lt;br /&gt;
 perl %COPYHOME%/replace.pl 's/\\/\//g' *&lt;br /&gt;
 winscp3 /console /script=%COPYHOME%\winscpfedora.txt&lt;br /&gt;
 @echo on&lt;br /&gt;
&lt;br /&gt;
 #'''winscpfedora.txt content'''&lt;br /&gt;
 #don't stall on errors&lt;br /&gt;
 option batch on&lt;br /&gt;
 #don't ask for confirmation&lt;br /&gt;
 option confirm off&lt;br /&gt;
 &lt;br /&gt;
 #connect&lt;br /&gt;
 open fedora:fedora@192.168.23.151&lt;br /&gt;
 cd /homes/Aplica&lt;br /&gt;
 option transfer binary&lt;br /&gt;
 put &lt;br /&gt;
  &lt;br /&gt;
 #disconnect&lt;br /&gt;
 close&lt;br /&gt;
 exit&lt;br /&gt;
&lt;br /&gt;
== External references ==&lt;br /&gt;
*The [http://winscp.net/eng/download.php#download2 download page].&lt;br /&gt;
*The documented [http://winscp.net/eng/docs/scripting winscp site].&lt;br /&gt;
&lt;br /&gt;
[[Category:Technology]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>192.168.20.177</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>