Difference between revisions of "CoreFTP - Uploading and Downloading"
From Acenet Knowledgebase
Docs admin (talk | contribs) (test) |
Docs admin (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | This demo will show you how to upload and download files to and from your FTP account using CoreFTP. | |
− | < | + | |
− | <div id="media" | + | <html><div id="media"> |
<object id="csSWF" width="640" height="481" codebase="https://active.macromedia.com/flash7/cabs/ swflash.cab#version=9,0,28,0"><br /> | <object id="csSWF" width="640" height="481" codebase="https://active.macromedia.com/flash7/cabs/ swflash.cab#version=9,0,28,0"><br /> | ||
− | <param name="src" value=" | + | <param name="src" value="http://docs.ace-host.net/swffiles/CoreBasics.swf"/> <param name="bgcolor" value="#1a1a1a"/> <param name="quality" value="best"/> <param name="allowScriptAccess" value="always"/> <param name="allowFullScreen" value="true"/> <param name="scale" value="showall"/> <param name="flashVars" value="autostart=false"/> <param name="wmode" value="opaque" /> <embed name="csSWF" src="http://docs.ace-host.net/swffiles/CoreBasics.swf" width="640" height="481" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false" pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed><br /> |
</object><br /> | </object><br /> | ||
− | </div | + | </div> |
− | + | ||
− | [1] Connect to your FTP account | + | [1] Connect to your FTP account |
− | + | ||
− | + | {{note|You will see your local machine's files on the left side and the files on the server on the right side. To browse into a folder you will want to double click on the folder's name}} | |
− | + | ||
− | [2] To upload a file from your local machine to your FTP account, click and drag a file from the left pane into the right pane | + | [2] To upload a file from your local machine to your FTP account, click and drag a file from the left pane into the right pane |
− | + | ||
− | [3] To download a file from your FTP account to your local machine, click and drag a file from the right pane into the left pane | + | [3] To download a file from your FTP account to your local machine, click and drag a file from the right pane into the left pane |
− | + | ||
− | + | ||
− | + | {{Related Topics}} | |
− | + | ||
− | + | [[CoreFTP - Configuration|Configuring CoreFTP]] | |
+ | |||
+ | [[CoreFTP - Advanced Usage|Advanced CoreFTP Usage]] | ||
+ | |||
+ | [[Category:FTP]] |
Revision as of 17:23, 3 October 2012
This demo will show you how to upload and download files to and from your FTP account using CoreFTP.
<html>
<object id="csSWF" width="640" height="481" codebase="https://active.macromedia.com/flash7/cabs/ swflash.cab#version=9,0,28,0">
<param name="src" value="http://docs.ace-host.net/swffiles/CoreBasics.swf"/> <param name="bgcolor" value="#1a1a1a"/> <param name="quality" value="best"/> <param name="allowScriptAccess" value="always"/> <param name="allowFullScreen" value="true"/> <param name="scale" value="showall"/> <param name="flashVars" value="autostart=false"/> <param name="wmode" value="opaque" /> <embed name="csSWF" src="http://docs.ace-host.net/swffiles/CoreBasics.swf" width="640" height="481" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false" pluginspage="https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</object>
[1] Connect to your FTP account
You will see your local machine's files on the left side and the files on the server on the right side. To browse into a folder you will want to double click on the folder's name
[2] To upload a file from your local machine to your FTP account, click and drag a file from the left pane into the right pane
[3] To download a file from your FTP account to your local machine, click and drag a file from the right pane into the left pane
Related Topics