FTP to my server

New mac user here and was trying a test page for my site. I designed it using iweb and uploaded to my trial .mac and all is fine http://web.mac.com/faymondo/LiverpoolWeatherLive/Weather.html Trying to upload to my server so http://www.liverpoolweatherlive.co.uk works and I seem to be running into problems. Could somebody tell me what file I need to FTP ? Thanks for any replies
Message was edited by: faymondo

You should upload all the files created when you published to folder. Seems like you only uploaded the .html file but you also have to upload the folder of the page.
Am I wrong in thinking you're using iWeb '08? The dot in the navbar seems to reveal it... You have to upload the files of the navbar too. For selective upload ideas and for which files you have to upload for the nav bar have a look at this
http://folderftp.iwebfaq.org
Regards,
Cédric

Similar Messages

  • How to send a file from FTP to external server

    My requirement is to send a file from FTP to D3(External) server.
    Now I am able to store the file in Appln server.
    I want to send the file created by the program thru FTP to D3 server.
    I know the username,Password,HostID,RFC destination details.
    How to send the file from FTP to D3.
    If u have any program,Plz send it...
    I dont want the function modules name...I want the example code ....
    Thanks in advance.

    Hi Sumi,
    You could do it so that you create a .bat or .cmd script to your server which does your ftp transfer.
    To do this you must use sm69 to create a external operating system command which you can call from FM SXPG_COMMAND_EXECUTE. To SXPG_COMMAND_EXECUTE you the file you need to transfer as a parameter.
    What happens is that your abap program passes the file to windows batch script (.bat .cmd) which will then do the transfer for you.
    Here's a sample of ftp-script for windows:
    echo open IP_ADDRESS_TO_YOUR_SERVER > c:zftp_transfer.ftp
    echo USERNAME>> c:zftp_transfer.ftp
    echo PASSWORD>> c:zftp_transfer.ftp
    echo put YOUR_FILE>> c:zftp_transfer.ftp
    echo quit>> c:zftp_transfer.ftp
    ftp -s:c:zftp_transfer.ftp
    also take a look here for more details:
    http://support.microsoft.com/?kbid=96269
    Ok, this might be a bit trivial but if your server is unix/aix etc.. Instead of using batch script you must do a shell script.
    Regards,
    Ville

  • How to login to a remote (FTP??) server and read an XML file?

    Hello all,
    I would like some information on how to login to a remote server using a Java program.
    The server might be a ftp server, because the client will ftp a xml file to this server, and the java program needs to login to this server and read the xml file, then convert it into a general report with headings and data from the xml file.
    How can I quickly find the API information to login to a server and read an xml file?
    If anyone knows the packages off the top of their heads, that would save me some time surfing.
    If anyone can provide me some links, code examples, or information I'd greatly be thankful.
    sharla

    You can also just use plain java.net. It supports FTP. Example:URL u = new URL("ftp://user:passwd@server/path/to/file.xml");
    InputStream in = u.openStream();
    // do what you want ...

  • How to upload and download files using FTP to a server(webserver) in JSP

    I have to upload and download multiple files Of(size >5 MB)using FTP to a
    Server(webserver) in JSP
    how to do that ?

    Or he could create his own tag libraries, no? :)One supposes that, technically, one could create a taglib wrapper around an existing FTP library. There might be licensing issues with distributing that taglib wrapper.
    Of course, one could find the FTP RFC online, read it, and implement one's own FTP client implementation, complete with a tag library access point.

  • Copy all files in Flash to FTP or TFTP server

    Is their a way to copy all the files at once in a router's flash to a FTP or TFTP server? Thanks.

    No. On a switch you can create a tar file containing all the files and upload that one file but on routers you can only extract them. You will have to write some sort of wrapper with a chat script to do this. Sorry I don't have better news.
    HTH pls rate!

  • Can't ftp to linux server

    oracle linux version 6, i think i installed just about every option there was when i installed linux, yet i can't seem to ftp to the server, i've got the firewall turned off, whe i do chkconfig --list, i don't see ftp ...  ???                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Your problem is most likely related to SELinux and perhaps a user that is denied in the vsftpd configuration.
    I have installed vsftpd on my system and followed above instructions to check it - I did not set local_root, etc.
    Name (10.0.0.12:bb): root
    530 Permission denied.
    The file */etc/vsftpd/ftpusers* and */etc/vsftpd/user_list* list the name of users that are not allowed to log in.You need to edit the files and comment out the names you wish to enable.
    --> I comment out "root" in both files.
    Name (10.0.0.12:dude): root
    331 Please specify the password.
    Password:
    500 OOPS: cannot change directory:/root
    The file */etc/selinux/config* shows that SELinux is set to "enforcing" by default. You might set it to "disabled", which is also recommended if you install Oracle database, but I tried a different approach:
    The command getsebool -a | grep ftp shows the SELinux related settings for FTP. I used the following command to set ftp_home_dir = on:
    --> # setsebool -P ftp_home_dir 1
    (be patient, can take several seconds)
    Name (10.0.0.12:dude): root
    331 Please specify the password.
    Password:
    230 Login successful.
    For security reason you might not want to enable root access, because the password is transferred clear text and can be intercepted if you have a bridged or non-switched network. You might also reconsider if you really need ftp and cannot do it with sftp or scp.

  • How to set up a FTP and web server and integrate with DMM 5.2

    Hi All ...
    I need to set up a external server only for content publishing to reduce the overhead of the DMM server .
    can anyone guide me on how to set up the external server and intergrate it with the DMM 5.2
    Thanks

    semuthu,
    Notes from the Release Notes:
    Compatibility Limitations with Microsoft Internet Information Server (IIS)
    DMPs that use firmware release 5.2 are compatible with only one version of Microsoft Internet Information Server.
    That supported version is IIS 6.0 for Windows 2003 Enterprise. If you do not have the supported IIS version but
    want your DMPs to retrieve assets from a webserver, we recommend that you use Apache instead of IIS.
    I would suggest using Apache instead of IIS for the webserver service. IIS can be used as FTP if needed.
    There are plenty of Documents on the Web about setting up Apache and FTP for servers.
    Using Apache with Microsoft Windows
    http://httpd.apache.org/docs/2.0/platform/windows.html
    Quick HOWTO : Ch20 : The Apache Web Server
    http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch20_:_The_Apache_Web_Server
    Once the Webserver is setup and operational. You simply store your media content on the Webserver
    and then have your DMS assets in the media library use an external URL address for its location.
    If you want to use external server for other features in the DMM, you can can see how to configure
    here:
    http://www.cisco.com/en/US/partner/docs/video/digital_media_systems/5_x/5_1/dmm/user/guide/dsm+etv.html#wp1073210
    Goto the section right below ACNS & WAAS..
    If this answers your question, Please take time to mark this
    discussion answered & rate the response.
    Thank You!
    T.

  • Problems with ftp on Windows Server 2012

    Hi all,
    We just setup a new server running 2012.  I ran into a problem while trying to move over/recreate some of our exisiting jobs that run on the task scheduler on a Windows 2003 Server box.
    One job in particular, logs into another local machine, deletes a file and copies a replacement file - this has worked for years.  When I tried to get it to work on the 2012 machine, it would hang at the copy statement.  I am thinking it has something
    to do with the firewall since I found this error in the server log and the times are about the same times I kept trying this:
    Inbound notifications are not enabled
    Application Path:    C:\windows\system32\ftp.exe
    I have no idea what to change.  We just need the script below to log into the machine, delete the existing file, then copy the new version of the file.  The size of the file I am testing with is 2k, so the size is not an issue.  Also, I tried
    this in a command line and it froze at the copy statement - so that is how I realized where the problem was.  The bat file resides in the same folder on the server as the file to be copied.
    When running this in a dos prompt, I get a return code of "425 Not able to open data connection." after a long period.
    Any and all help is appreciated.
    The entire bat file contains:
    open 10.10.10.47
    userid
    password
    cd /mpl
    del boatemp.txt
    put boatemp.txt
    quit

    Ok, so please try to restart the FTP Server as on 2012 machine sometimes Firewall rules may not be enabled untill restart is performed.
    Then ensure FTP Server is allowed for the 'profile' that your network card has been allocated
    Run firewall.cpl and go to Allow an app or feature through Windows Firewall.
    Make sure the FTP Server is allowed for the 'profile' that has been assigned to your network card.
    In incoming Rules check if FTP rules are enabled (21 port, passive port and SFTP port)
    If yes and you do not see anything unusuall, check you can connect to FTP if you disable firewall.
    Did my post help you or make you laugh? Don't forget to click the Helpful vote :) If I answered your question please mark my post as an Answer.

  • FTP and DHCP Server on Windows Server 2012

    Our company recently bought several Dell Wyse R10L Devices from another company. We can use these to make remote connections to a remote server but we have a problem when we use two monitors. The picture stretches across two monitors. On the official Wyse
    Forum I found a way to resolve the problem. The only ist to connect the Wyse device to an FTP Server from where the Wyse can pull its configuration from an ini file. The FTP Server also needs to be connected to a DHCP Sever. I am newby and I don't have much
    experience with servers. Is there a detailed manual for connecting the Wyse device (it uses ThinOS) to a FTP Server.
    Kind regards
    ivicapro1987

    Hi ivicapro1987,
    After some research I found many public article point to DELL SCM –when
     use your device with server mode. You can refer the following DELL official get more detail SCM information:
    Wyse Thin Clients and Software
    http://www.dell.com/us/business/p/cloud-client-computing#!tabId=A57C07DD
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • FTP(File zilla)Server Error

    Hi,
    I am using FTP Server(File Zilla Server)  to read the file from my WinXP local machine.The File Zilla Server downloaded from Web and  configured it.
    The directory is C:/Data/Common/FTP and filename is "Sender.txt" ,When i give this path in Sender file CC-->Source Directory i am getting this error.
    (000124) 06.01.2010 16:37:26 - ww007\satees1n (157.163.142.79)> 230 Logged on
    (000124) 06.01.2010 16:37:26 - ww007\satees1n (157.163.142.79)> SYST
    (000124) 06.01.2010 16:37:26 - ww007\satees1n (157.163.142.79)> 215 UNIX emulated by FileZilla
    (000124) 06.01.2010 16:37:26 - ww007\satees1n (157.163.142.79)> TYPE I
    (000124) 06.01.2010 16:37:26 - ww007\satees1n (157.163.142.79)> 200 Type set to I
    (000124) 06.01.2010 16:37:26 - ww007\satees1n (157.163.142.79)> CWD C:/Data/Common/FTP
    (000124) 06.01.2010 16:37:26 - ww007\satees1n (157.163.142.79)> 550 CWD failed. "/C:/Data/Common/FTP": directory not found.
    I searched some threads,but i am n't clear. So can you please provide your inputs.
    Thanks,
    Sateesh

    Hi,
        You need to create the FTP users in the File Zilla interface (as you are seeing the logs..there option to create the users and Home directory for the same...)
    once this is done then need to provide that directory as source directory but not as relative path (like C:/...)
    after creating the user you can try login into FTP and can check the same...using Command Prompt...
    HTH
    Rajesh

  • How to ftp to windows server from unix server

    Hi Gurus,
    Can anybody please guide me how to ftp the files to windows server from unix server. I can do the file transfer via unix by using the shell scripts, where as for windows how can we do that.
    Please advice.
    Regards
    Nagendra

    Hi.
    It's possible many solution.
    1. Setup Ftp server on Windows and use general scripts.
    http://support.microsoft.com/kb/323384
    2. Create general share folder on windows and use smbclient from samba.
    3. Create general share folder on windows and mount this folder to Linux.
    Reagrds.

  • Passive FTP Port Range -- Server 10.3.x Panther

    I know that the port range for Passive FTP is >1024, but I want to define that to a smaller group of unused ports so that I can specify that those ports are open in the Firewall.
    Can, how, and where do I define this port range??

    I just opened from 13658-65534 and this seems to be fine (although not been running very long). I took the view that opening a stack of ports was not really any worse than just opening a quarter as much. Arguably, it's no worse than just opening one.
    However, we only use it from time to time and FTP services is off unless specifically required. If I was going to run it for serious use I think I would put it on a dedicated server and put it in a DMZ.
    Reading up on FTP security is on my To-Do list...
    -david
    [EDIT] The server is also well locked down for SSH.

  • FTP to file server - file not reached to file server but in XI success

    Hi
    Scenario is
    XI is picking file from SAP and sending to a file server. In XI ,communication channel and sxi_moni shows message transferred successfully.
    But the file server guys din't receive any file. Can any one tell where the message can be lost. If file is not reaching destination then how come in XI its showing SUCCESSFUL message.
    Regards

    Hi,
    Your communication channel is not able to connect with the FTP sever.
    Check in RWB the communication channel log also user id, password mentioned in communication channel.
    Check whether that user has authorization to create file on FTP sever.

  • FTP CONNECTION PARAMETER, SERVER & PORT

    HI m new to xi,
    i m working with file to file scenario. while creating the sender communication channel for file adapter for the FTP connection parameters, what to give for the server.
    i dont know my server ip address. m having my own system.
    i installed guideFTPD to my OS (windows server). i dont know the ip adress, can any one tell me how to know the server IP address.
    i searched in SDN but i didnt find.
    points rewards
    thanks in advance
    munna

    Hi,
    If you are just doing it for testing then you can also go for NFS mode in your File Adapter which will allow you to pick and drop the file on your XI servier directory. The directory can be seen by using the tcode AL11.
    But if you have any specific reason to use FTP adapter then you can go ahead and as suggested above you can find the ip address.
    Probably if you go through this link before configuring your adapter then it will help you a lot..
    http://help.sap.com/saphelp_nw04/Helpdata/EN/bc/bb79d6061007419a081e58cbeaaf28/content.htm
    Regards,
    Sarvesh

  • Problem with AppleWorks documents when connecting via ftp to my server

    When I connect over the internet using ftp to my mac mini server (using OS X server 10.4.10) from my iMac G4 (using 10.4.10) all my AppleWork docs will only appear as .bin instead of .cwk.
    If I download one to my G4, it will try to open using stuffit expander but cannot be opened. It comes up with “An error ocurred attempting to expand name.bin unspecified Stuffit Engine internal error” Error #17999
    However Microsoft Word docs show correctly and can be downloaded and opened without problem.
    When I try directly on the server or try from any computer on the local network conected to the server, everthing views correctly and can be opened.
    Could it be to do with any settings on the server when connecting by ftp.
    Thanks for the help.
    julian.c

    One problem still remains that when I download minicad files (which uses OS 9) they show up as .exe and will not open or recognisable by the programme
    I imagine the file is transferring without a suffix and your computer is trying to guess what it is; hence the .exe. Delete this and append the suffix for the correct program and it should open (or use File>Open within the program).

Maybe you are looking for

  • Cannot enable ePrint/Web Services, HP LaserJet CP1525nw

    I am trying to follow HP's instructions for enabling ePrint and Web Services for my LaserJet CP1525nw.  I printed the Config Report, got the printer's IP address and entered it into a brower as instructed.  It does pull up summary page, but there is

  • External Catalog Call Structures

    We are on SRM 4.0 and integrated ITS.  We are using the standard call structure for external catalogs which opens in a new window.  However, this is causing grief with our users because they tend to stay in the catalogs too long and eventually timeou

  • AD target Recon-Change User Id event is not generating

    Hi All, I have configured my OIM 9.1 with AD for target recon. I am using MSFT AD 9.1.0.0 connector pack. I wanted to check if user id field is modified in AD directly, does it reflected in OIM on next recon. For that i have modified the user's user

  • Bound with inverse problem

    In the code below, model variable is initialized to "abc". It is bound to tbox with inverse. So when prgram runs, the string "abc" is expected in text box but it does not appear unless a key is pressed on the text box. Normally in the program, data i

  • CD Covers on my 5th G iPod mixed up

    On iTunes the imported cd covers are all correctly shon and assigned to the related title/album. When playing the iPod the covers are often mixed up and not correctly assigned to the related title/album anymore. Any help ?