Difference between revisions of "FTP Video tutorial"

esse quam videri
Jump to: navigation, search
(FTP with Filezilla on Windows)
(FTP with Filezilla on Mac)
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
==FTP with Filezilla on Windows==
 
==FTP with Filezilla on Windows==
  
also see [[IAM FTPs Tutorial]] for non-video tutorial and clients other than filezilla
+
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]]==
 
==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_StevenCrump.mp4');
+
so.addVariable('file','http://iam.colum.edu/screenz/video_tutorials/BasicFTP_Win_StevenCrump.mp4');
 
so.addVariable('autostart','false');
 
so.addVariable('autostart','false');
 
so.write('mediaspace');
 
so.write('mediaspace');
Line 26: Line 26:
 
==FTP with Filezilla on Mac==
 
==FTP with Filezilla on Mac==
 
<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='mediaspace2'>This text will be replaced</div>  
 
<div id='mediaspace2'>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_Mac_StevenCrump.mp4');
+
so.addVariable('file','http://iam.colum.edu/screenz/video_tutorials/BasicFTP_Mac_StevenCrump.mp4');
 
so.addVariable('autostart','false');
 
so.addVariable('autostart','false');
 
so.write('mediaspace2');
 
so.write('mediaspace2');

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