How to add ftp capability to website

I would like to add ftp capability to my website and need
help getting started. I have turned on the ftp service at my host
site but I don't know how to put the capability on the actual site.
Is it a form or do I need a particular cgi script? I am looking for
a direction more than instructions...point me right and I can
figure it out. Thanks so much!
Cathy

> Is it just using an
ftp://username:[email protected] in the address
> bar?
That's simple.
> I'd really like them to go to a page that has a login
and file browse
> feature.
That's more difficult - those are pages you'd have to create
in DW.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"CathyInMichigan" <[email protected]> wrote
in message
news:gbuf6m$goh$[email protected]..
> It's a very full-featured hosting company so I'm sure
the scripts are
> available. I just don't know what to ask for! I have set
up the ftp
> capability for the site, created folders for my users to
upload to,
> separate
> from my site files, enabled anonymous ftp. I just don't
know how to start
> putting the upload facility on the site.
>
> Is it just using an
ftp://username:[email protected] in the address
> bar?
> I'd really like them to go to a page that has a login
and file browse
> feature.
> Is that too complicated?
>

Similar Messages

  • How to add flash intro into website

    I have a custom flash intro and I do not know how to add it to my website and then make it redirect to my site. I have asked numerous people but none seem to explain the steps.  Im fairly new at this so guidance would be great.  Thanks in advance!

    hmm...
    Ok here's what I would do.
    Ito make a simple "button" on the current flash project, create a new layer or select a symol in a layer to use as the anchor. Hit window -> actions and it should bring up an actions frame. In that frame put this.....
    on(release){
    getURL("INSERT YOUR FULL URL HERE");
    and that "should" do it for a button.  I've gotta do some digging for you on an auto-loader though. Someone else might be able to help out there.
    In Adobe Flash - go to file -> publish -> settings and make sure you are publsihgin the movie itself, but also publish an html file.  This will create a file with the movie embedded into it.It'll probably put it in a new folder inside the folder that you are saving the current file to.
    now, on your server - move the .html file AND the .swf into the root of your directory. Rename the .html file to something simple like test.html or whatever, and point your FF browser to that file and see if it works correctly.
    If it is all working correctly, rename your old index.html to something like index_2.html (or whatever the inserted URL from above is) and rename the file that flash published as index.html.  Now target your domain name and it should work!
    if you want to post a link to your swf file I can see if it works here.

  • Ipad 2 safari - how to add back a deleted website to autosaved passwords

    I deleted a website from the list of websites in safari with autosaved passwords.   I can't find out how to add it back in.

    I may be interpreting your question incorrectly, so I have two suggestions.
    if the information is no longer in the settings for Safari, you should just be able to go back to the website, sign in again and you should be prompted to save the info in Keychain. Accept that option and it will be stored in your settings.
    If you never saved the website in the past, Go to Settings>Safari>Passwords & Autofill>Saved Passwords. Enter your passcode. Find the website/passcode that you didn't save and delete it via the Edit button. Then go back to the website that you want to use Autofill for, sign in again and then see if you get the option to save it again.

  • How to add search capability to LOV...?

    hello...
    is it possible to add searche capability to LOV button;
    the list that it shows is too long and it is not evident to find the wanted row?
    iam using ADF swing
    thanks

    Hi,
    I did this a while ago
    http://www.oracle.com/technology/products/jdev/howtos/10g/jclientlov/customadfjclientlovpanel.html
    Frank

  • How to add google translate to website?

    I have tried adding the google translate service to my website. The code given on the google translate website does not work when I add it on dreamweaver. I dont know if I am doing something wrong.

    Paste the Google code in code view.  Save & upload to your remote server to test.  Some services do not work in DW or when previewed in local browsers.  If you still need help, post the URL to your test page.
    Nancy O.

  • How to add keywords to a website

    Hi
    I need to add keywords to myweb site (well I think I do) so search engines can find it, how do I do it, I can easily do this on a PC as I have done it before, but on a mac I am a little stuck,
    Web done in Life 11 www.michaelcrawfordhick.com
    can anyone help me out
    thanks
    Michael

    Keywords should be placed in the page name, title tag, meta description and the text content of your site.
    The first thing that Google looks at is your sitemap.xml so the site name - if you have one - and the page name should have keywords separated by a hyphen. If you have uploaded the whole folder produced by iWeb, its name will appear in the URLs. So make it descriptive with hyphens  like "Business-Name-Location".
    Same applies to page names. Instead of "Home" use "Business-Type". This is why you shouldn't use the iWeb default navigation since it uses the pages names. Making the navigation page names different to the actual page names will make them more sensible to humans and allow more keywords.
    The title tag is probably about the most important place for keywords. To maximize its effect, make the first few words descriptive for the bookmark and the rest keywords. Avoid those like and, the, a, for etc.
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • How to add Ftp transfer to my app???

    I need to upload htm files to my ftp server.
    I'm new to java and I need to know if I need and API to add this capabilities to my app or if there is a class that can do this.
    Do you know a link where I can get some ftp code samples?
    Thank
    Diego

    J? napot, Laszlo.
    I suspect the problems are much bigger than that.K?sz?n?m sz?pen, Ferenc -- the f is for Ferenc, isn't it? -- but just because we among the chosen who've done their dissertation on CLASSPATH doesn't mean we can't share out enlightenment.
    Suggestions:
    1. Download the right zip file: it's Commons Net, not Commons Upload.
    2. Unzip it to find the file commons-net-1.1.0.jar.
    3. There are many things you can do with this jar: put it on your CLASSPATH, refer to it using a command line argument etc... but perhaps the simplest way (assuming you're working on your own machine so there's no one to object to it): make it an extension: copy it into the appropriate jre/lib/ext directory . Where is this? It depends on your set up, but if you've installed the jdk, you should have a path like C:\j2sdk1.4.2etc...\jre\lib\ext and there's another copy of the jre in C:\Program Files\java\jre1.4.2etc...\lib\ext. You might as well copy the jar into both locations -- can't hurt.
    4. Take a look at the docs you unzipped to find out the right inport statement and some sample code. For example, FTPClient's doc includes:
    import org.apache.commons.net.ftp.*;
    try {
          int reply;
          ftp.connect("ftp.foobar.com");
          System.out.println("Connected to " + server + ".");
          System.out.print(ftp.getReplyString());
          // After connection attempt, you should check the reply code to verify
          // success.
          reply = ftp.getReplyCode();
          if(!FTPReply.isPositiveCompletion(reply)) {
            ftp.disconnect();
            System.err.println("FTP server refused connection.");
            System.exit(1);
        } catch(IOException e) {
          if(ftp.isConnected()) {
            try {
              ftp.disconnect();
            } catch(IOException f) {
              // do nothing
          System.err.println("Could not connect to server.");
          e.printStackTrace();
          System.exit(1);
        }Viszontl�t�sra!

  • I need to make a pdf document, made in photoshop, 'page turn' and then add it to my website. I know I can do this in indesign but indesign will not open pdf files for some inexplicable reason. Any ideas how I can do it without completely starting again?

    I need to make a pdf document, already made in photoshop, 'page turn' and then add it to my website as an e-brochure. I know I can do this in indesign but indesign will not open pdf files for some inexplicable reason. Any ideas how I can do it without completely starting again?

    Hello waitingone,
    please try this (all terms are translated from my German programs to my best knowledge):
    1. Did the creator of the pdf file enable the import options?
    2. See import options: choose an other visibility option for your layer.
    3. Let you show the import options and click into one with a black background and try these out (often a gray is selected).
    4. See trimming: try the different modes there. Often works: "Media".
    5. Is the pdf file (eg from Word) correctly created?
    6. Is the PDF file protected? >>> no import possible.
    7. If that does not help, store the pdf file in Acrobat, repair possible errors, run the PDF Optimizer before placing in InDesign.
    Good luck!
    Hans-Günter

  • How to add a website link into a final cut video

    Does anyone know how to add a website link that someone can click on that I can add to a video I might be creating in Final Cut Express? I am looking for an easy way to do this and I cannot find one. Thanks.

    I believe Media100 is the only application that can do this. Or at least it used to, don't know if it still does. There is a company called VideoClix that can create hot spots on QuickTime files. The technology is in QuickTime, who'd just have to learn how to do it.

  • PLZ PLZ help me, how do i add keywords to my website, so google search finds them...

    Hi everyone my website is www.oakleytrainingcentre.com
    how do add keywords to it, so for example if you type training my website comes up on google search, a guy at my work said you can do it using html codes? plz anyone help
    thanks

    YIKES!  The code in your live website is a total mess.  You've got <styles> and <scripts> where the doctype <html> and <head> tags should be. There is NO Page Title.  You've got malformed tags everywhere.   Delete the code from your index page and replace it with this valid code.  Use this as a model for your other site pages.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Oakley Training Centre Home Page</title>
    <meta name="Description" content="Oakley Training Centre, Wembley, London">
    <meta name="keywords" content="train,training,oakley,centre,center,Wembley,London">
    <style type="text/css">
    #p7MBM_1 {width: 980px;}
    body {margin:0; padding:0; background: #750031; font-size: 100%;}
    body,td,th {
         color:  #FEFBFD;
         font-family: "Goudy Old Style", Georgia, "Times New Roman", Times, serif}
    p,h1,h2,h3,h4 {padding: 0 12px; line-height: 1.2;}
    h1 {font-size: 24px; color: #EFF9CF;}
    h2 {font-size: 24px; color: #EFF9CF;}
    /**link styles**/
    a:link {
         text-decoration: none;
         color: #EFF9CF;
    a:visited {
         text-decoration: none;
         color: #EFF9CF;
    a:hover {
         text-decoration: none;
         color: white   ;
    a:active {
         text-decoration: none;
         color: #FFFFFF;
    </style>
    <script type="text/javascript" src="p7mbm/p7MBscripts.js"></script>
    <link href="p7mbm/p7MBM03h.css" rel="stylesheet" type="text/css" media="all">
    </head>
    <body>
    <!--begin Flash Banner Code-->
    <!--[if !IE]> -->
      <object type="application/x-shockwave-flash" data="banner.swf" width="1150" height="120">
    <!-- <![endif]-->
    <!--[if IE]>
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1150" height="120">
        <param name="movie" value="banner.swf" />
    <!--><!-- http://Validifier.com -->
      </object>
    <!-- <![endif]--> <!--end Flash Banner code -->
    <!--Begin P7 Menu -->
    <div class="p7MBM03h style10" id="p7MBM_1">
      <ul>
        <li><a href="index.html">Home</a></li>
        <li><a href="aboutus.html">About Us</a></li>
        <li><a href="traintogain.html">Train To Gain</a></li>
        <li><a href="criteria.html">Criteria</a></li>
        <li><a href="qualityassurance.html">Quality Assurance</a></li>
        <li><a href="qualifications.html">Qualifications</a></li>
        <li><a href="nvqs.html">NVQ's</a></li>
        <li><a href="nvqscandidatejourney.html">Candidate's Journey</a></li>
        <li><a href="contactus.html">Contact Us</a></li>
      </ul>
      <!--[if lte IE 6]>
    <style>.p7MBM03h a {height:1%;float:left;} .p7MBM03h, .p7MBM03h li {height:1%;}</style>
    <![endif]-->
      <script type="text/javascript">
    <!--
    P7_MBop('p7MBM_1',1,0,-236,0,0,0,400,200,1,1);
    //-->
      </script>
      <div class="p7mb_clearfloat"> </div>
    </div> <!--end P7 Menu -->
    <h2>Welcome</h2>
    <p>Oakley training Centre(OTC) works in association with LSC funded training providers and FE institutions.
    Its aim is to provide and maintain the highest quality in all services  provided. OTC is a new company formed by 2 highly experienced  individuals who have worked for training providers and has been  challenged with quality and financial audits.</p>
    <p align="center"><img src="nvq4.jpg" width="500" height="250" alt="oakley training centre image"></p>
    <p>The customers that OTC deals with are the Employed, Unemployed but  doing voluntary work. OTC provides information, Advice and Guidance  (IAG) along with NVQ qualifications in Customer Service, information  Technology, Business Admin and Management. OTC also provides soft  skills training for the local SME&rsquo;s in the area. The soft skills  training include; Excellent Customer Service Skills, Presentation  Skills, Basic IT Skills, Team Leading etc.</p>
    </body> <!--end body -->
    </html> <!--end document -->
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How to add project to website?

    I finished my project in the Beta 2 version, but can't find any tutorials on how to actually add it to my website...?
    Can someone please explain the difference between the "deploy to web" and "run-local" folders (when to use either, or), and also tell me how to add my project into my Dreamweaver site?
    Thanks!

    Thanks much for the responses although I'm still having a hard time understanding exactly what to do. The only instructions on these links are to "upload the entire contents of the deploy-to-web folder to your web server". If one had made their whole site or an entire page using FC, I could see how this would work, but how would I add just one FC component to my page?
    My FC component is a clickable map to be inserted into one of the tabs of a Spry Accordion.
    Which file(s) in the "deploy to web" folder would i insert into the Accordion Panel Content?

  • Does anyone know how to add a dateline in the website using muse?

    Does anyone know how to add a dateline in the website using muse?

    You cannot.
    You would have to add it to the mail server ( if you have an IMAP account), then it will appear on the ipad.

  • How to add a certificate to IIS global "Server Certificates" list using PowerShell?

    Hi, been surfing the web for an example on how to add a certificate to the "global" IIS "Server Certificates" list using PowerShell but to no luck. I already have code in place on how to tie / associate a specific website with a specific cert but not how
    to add the new .cer file using the "Complete Certificate Request..." wizard using PowerShell.... I dont expect the final code to become published but if someone had an idea on howto integrate / get an entry point on where to interact between the "Server Certificate"
    list in IIS and POSH I would be super happy! :|
    I am runnign IIS on a Windows 2008R2 x64 Standard Edition if that helps..... of course, I would saddle for an CLI if there is no other way, but POSH is of course the way to go! :)
    Thanks for the help in advance guys, take care!
    br4tt3

    Hi and thanks for the suggestions!
    Although it comes close, the suggested code example points on howto import / incorporate .pfx files - I am getting fed by .cer files which I need to add into the IIS console using POSH.
    I tried explore the IIS.CertObj object but was not able to work out if this one could be used for importing / adding .cer files into IIS! However, launching the following command from a POSH console with Import-Module Webadministration already
    loaded into that shell;
    $certMgr = New-Object -ComObject IIS.CertObj returns the following error message:
    New-Object : Cannot load COM type IIS.CertObj
    From an IIS perspective I have the following components installed;
    [X] Web Server (IIS)                                    Web-Server
        [X] Web Server                                      Web-WebServer
            [ ] Common HTTP Features                        Web-Common-Http
                [ ] Static Content                          Web-Static-Content
                [ ] Default Document                        Web-Default-Doc
                [ ] Directory Browsing                      Web-Dir-Browsing
                [ ] HTTP Errors                             Web-Http-Errors
                [ ] HTTP Redirection                        Web-Http-Redirect
                [ ] WebDAV Publishing                       Web-DAV-Publishing
            [X] Application Development                     Web-App-Dev
                [ ] ASP.NET                                
    Web-Asp-Net
                [X] .NET Extensibility                      Web-Net-Ext
                [ ] ASP                                    
    Web-ASP
                [ ] CGI                                    
    Web-CGI
                [ ] ISAPI Extensions                        Web-ISAPI-Ext
                [ ] ISAPI Filters                           Web-ISAPI-Filter
                [ ] Server Side Includes                    Web-Includes
            [ ] Health and Diagnostics                      Web-Health
                [ ] HTTP Logging                            Web-Http-Logging
                [ ] Logging Tools                           Web-Log-Libraries
                [ ] Request Monitor                         Web-Request-Monitor
                [ ] Tracing                                
    Web-Http-Tracing
                [ ] Custom Logging                          Web-Custom-Logging
                [ ] ODBC Logging                            Web-ODBC-Logging
            [X] Security                                   
    Web-Security
                [ ] Basic Authentication                    Web-Basic-Auth
                [ ] Windows Authentication                  Web-Windows-Auth
                [ ] Digest Authentication                   Web-Digest-Auth
                [ ] Client Certificate Mapping Authentic... Web-Client-Auth
                [ ] IIS Client Certificate Mapping Authe... Web-Cert-Auth
                [ ] URL Authorization                       Web-Url-Auth
                [X] Request Filtering                       Web-Filtering
                [ ] IP and Domain Restrictions              Web-IP-Security
            [ ] Performance                                 Web-Performance
                [ ] Static Content Compression              Web-Stat-Compression
                [ ] Dynamic Content Compression             Web-Dyn-Compression
        [X] Management Tools                                Web-Mgmt-Tools
            [X] IIS Management Console                      Web-Mgmt-Console
            [X] IIS Management Scripts and Tools            Web-Scripting-Tools
            [ ] Management Service                          Web-Mgmt-Service
            [ ] IIS 6 Management Compatibility              Web-Mgmt-Compat
                [ ] IIS 6 Metabase Compatibility            Web-Metabase
                [ ] IIS 6 WMI Compatibility                 Web-WMI
                [ ] IIS 6 Scripting Tools                   Web-Lgcy-Scripting
                [ ] IIS 6 Management Console                Web-Lgcy-Mgmt-Console
        [X] FTP Server                                      Web-Ftp-Server
            [X] FTP Service                                 Web-Ftp-Service
            [X] FTP Extensibility                           Web-Ftp-Ext
        [ ] IIS Hostable Web Core                           Web-WHC
    More or less the one thing that I am trying to get up and running is an automated FTPS solution - I just use the IIS console to be able to troubleshoot / compare how things scripted from POSH interacts in the MMC representation. The error I am getting
    might be that I am lacking some IIS components to be in place to be able to automate some parts of the IIS - as suggested by the IIS.CertObj object listed in the example..... I will get back if I can track down which component needs to be added to be
    able to reference the IIS.CertObj object.
    Br4tt3 signing out...
    br4tt3

  • How to add games to an iweb site?   please HELP!!!!!!!!!!!!!!

    how to add games to an iweb site?
    ive been trying add it for a long time. any help would be appriciated

    Ok, here you go...
    I Googled "free games for website" and downloaded one. Instructions on this page...
    http://96.0.63.10/iWeb-Test-2/game.html
    You will need to upload the folder to your server using an FTP application.

  • How to get published html onto website?!

    Hi! So I just downloaded Edge Animate CC yesterday and have very little experience with it. I want to integrate animation into pictures and infographics on my organization's website. I did a quick animation and published the file. However, I was then at a loss as how to actually upload the html file to my website. Now, we have had a developer design our website and it is their CMS that we use to add content to the website. I have very little experience with HTML and website coding. Please keep that in mind. My question is how on earth can I upload the file to the website? The file is on my hard drive so any coding I do doesn't work because the website has no idea where to get that file. I know that isn't a lot of details but I can provide more if anyone specifically what my problem might be!

    What CMS do you use? If you use wordpress there are plugin for put HTML code into post, like XYZ html snippet if Im nnot mistaken.
    Or you could upload it (the folder) via FTP and put the link on your post.

Maybe you are looking for

  • When creating a rectangle shap, how to manually set dimensions

    I am creating a rectangular shape with the tool (U). How can I manually set the dimensions (height and width). I know I can see the dimensions with the info button in the right side bar, bug I want to edit those values. Is this possible?

  • Not connected in the internet?? after i updated my itunes to 10.5.3.3

    after i updated my itunes to 10.5.3.3 i cannot update my ipad to ios5. it says i cannot connect to the software update server because im not connected to the internet?! i already checked the firewall settings and still it cannot connect to the softwa

  • Appying patches when Physical standby in place.

    Kindly suggest steps for patch application /application upgradation. We dont have any replication tool.What is the standard process to sync standby after patch upgradation . Is there any alternative of rsync/rdist utility. Is it possible that after a

  • FAQ: How do I use Revel with the Elements 12 Organizer (Mobile Albums)?

    FAQ: How do I use Revel with Photoshop Elements 12 Mobile Albums? Photoshop Elements lets you upload your media to Adobe® Revel and then access it from any device. Media already present in your Revel libraries is downloaded into Elements Organizer, s

  • UTPLSQL

    Hi Freinds, How to call the ,ODI Packages in UTPLSQL utility or is there way to cal the ODI packages. Regards, Srini