Difference between revisions of "FTP Video tutorial"

esse quam videri
Jump to: navigation, search
(Created page with '=IAM FTP Video tutorial= <html> <script type='text/javascript' src='http://iam.colum.edu/videotutorials/mediaplayer-5.2/swfobject.js'></script> <div id='mediaspace'>This text w…')
 
(FTP with Filezilla on Mac)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
=IAM FTP Video tutorial=
 
=IAM FTP Video tutorial=
 +
[[Category:Tech]]
 +
[[Category:Tutorial]]
 +
[[Category:Video Tutorial]]
  
 +
==FTP with Filezilla on Windows==
 +
 +
also see [[IAM FTPS Tutorial]] for non-video tutorial and clients other than filezilla
 +
 +
==IAM tech staff recommends connecting to our server with FTPs please see the FTPs tutorial [[IAM_FTPS_Video_tutorial]]==
 
<html>
 
<html>
<script type='text/javascript' src='http://iam.colum.edu/videotutorials/mediaplayer-5.2/swfobject.js'></script>  
+
<script type='text/javascript' src='http://iam.colum.edu/screenz/video_tutorials/mediaplayer-5.2/swfobject.js'></script>  
 
<div id='mediaspace'>This text will be replaced</div>  
 
<div id='mediaspace'>This text will be replaced</div>  
 
<script type='text/javascript'>
 
<script type='text/javascript'>
var so = new SWFObject('http://iam.colum.edu/videotutorials/mediaplayer-5.2/player.swf','mpl','1240','720','9');so.addParam('allowfullscreen','true')
+
var so = new SWFObject('http://iam.colum.edu/screenz/video_tutorials/mediaplayer-5.2/player.swf','mpl','1240','720','9');so.addParam('allowfullscreen','true')
 
;so.addParam('allowscriptaccess','always');
 
;so.addParam('allowscriptaccess','always');
 
so.addParam('wmode','opaque');
 
so.addParam('wmode','opaque');
so.addVariable('file','http://iam.colum.edu/videotutorials/BasicFTP_Win_KyleReden.mp4');
+
so.addVariable('file','http://iam.colum.edu/screenz/video_tutorials/BasicFTP_Win_StevenCrump.mp4');
so.addVariable('autostart','true');
+
so.addVariable('autostart','false');
 
so.write('mediaspace');
 
so.write('mediaspace');
 +
 +
</script>
 +
 +
</html>
 +
 +
==FTP with Filezilla on Mac==
 +
<html>
 +
<script type='text/javascript' src='http://iam.colum.edu/screenz/video_tutorials/mediaplayer-5.2/swfobject.js'></script>
 +
<div id='mediaspace2'>This text will be replaced</div>
 +
<script type='text/javascript'>
 +
var so = new SWFObject('http://iam.colum.edu/screenz/video_tutorials/mediaplayer-5.2/player.swf','mpl','1240','720','9');so.addParam('allowfullscreen','true')
 +
;so.addParam('allowscriptaccess','always');
 +
so.addParam('wmode','opaque');
 +
so.addVariable('file','http://iam.colum.edu/screenz/video_tutorials/BasicFTP_Mac_StevenCrump.mp4');
 +
so.addVariable('autostart','false');
 +
so.write('mediaspace2');
  
 
</script>
 
</script>
  
 
</html>
 
</html>

Latest revision as of 16:53, 30 November 2015

IAM FTP Video tutorial

FTP with Filezilla on Windows

also see IAM FTPS Tutorial for non-video tutorial and clients other than filezilla

IAM tech staff recommends connecting to our server with FTPs please see the FTPs tutorial IAM_FTPS_Video_tutorial

This text will be replaced

FTP with Filezilla on Mac

This text will be replaced