Connect my site via Filezilla, Dreamweaver.

I had to start using another method to download my site in 2013 due to the ftps changes in Dreamweaver. I now use Filezilla... successfully with one of my sites, but without success with the other. I can't connect to the site for my other website. I don't know how to connect to the site. I had phones help for this transfer at the time and thought it was all good. Now, there is NO phone support and I'm not a computer programmer, so am at a loss. What to do to make my site to connect? I went through Dreamweaver to verify my password and made sure they match, but this is the part that seems to prevent the connection. I don't know how to do this.

You have the good host, username, and password for your server?

You must open the Filezilla Client.

File > Manager of Site > new Site.

Enter your login details.

Host: address

Protocol: FTP - File Transfer Protocol

Logon type: Normal

User: user name

Pass: password

Hit connect.

BTW, who is your host?

Nancy O.

Tags: Dreamweaver

Similar Questions

  • Connection to Beehiveonline via ftp does not work

    Hello

    I am trying to connect to beehiveonline via filezilla. FileZilla is able to communicate with the ftp server. but it fails with an error finally. The log messages are given below.

    Status: Resolving address of beehiveonline.oracle.com
    Status: Connecting to 141.146.250.134:21...
    Status: Connection established, waiting for welcome message...
    Response: 220 service is ready for the new user.
    Command: [email protected]
    Response: 331 User name accepted. Need password for... @oracle.com.
    Command: MOVE *.
    Answer: 534 request denied for political reasons.
    Error: Critical error
    Error: Connection to the server could not

    Can someone let me know what can I do then?

    Thank you, Raja

    Raja,

    There are other customers - including a Java program I wrote which can connect to the system - the questions seems to be a combination of libraries and the configuration of the FTP installation on beehiveonline. Us will move it in a new data center soon and the config can change and support fileZilla - ftp.oracle.com works. In the meantime, we are at the mercy of the free offers.

    Phil

  • I just uploaded a new site to an existing via filezilla domain. It worked great and my site is up, but I have a problem that does not show when he would be seen in the fake browser Adobe Catalyst. I have a logo in the left corner on the my

    I just uploaded a new site to an existing via filezilla domain. It worked great and my site is up, but I have a problem that does not show when he would be seen in the fake browser Adobe Catalyst. I have a logo in the left corner of the page master. In Muse, he shows that he is in the right place, and when I go to preview, is also in the right place. When I went to live with my Web site, it shows that the logo is off, to the left and not at all in the right place. Any ideas on what I can do to move this and stay in the right place. Everything I have on the master page is prominently in the live version.

    Probably, you have a box or empty text box somewhere see this thread for the fix: Bug Muse | Graphics shift randomly, why?

  • Configuration of Site VPN connection to another via GRE Tunnels

    I am trying to connect VPN site to site on the internet using GRE tunnels. I am able to reach from a WAN interface to another. But I am not able to get the ISAKMP and IPSec to work. Below the configuration and a simplified below flowchart. In the scenario below, I am also running BGP between these routers. The BGP neighbor-ships are trained through the tunnels. But I want traffic between tunnels to encrypt. IPsec and ISAKMP not running BGP routes and other traffic is not encrypted.

    This is why I would like to know what could the reason for this.

    Router config VPN 1

     crypto isakmp policy 1 encr 3des authentication pre-share group 2 lifetime 500 crypto isakmp key test_key1 address 192.168.30.1 crypto isakmp key test_key1 address 192.168.30.2 crypto isakmp keepalive 60 20 crypto isakmp aggressive-mode disable ! ! crypto ipsec transform-set high esp-3des esp-sha-hmac mode tunnel ! ! ! crypto map CRYP_MAP_IPSEC 10 ipsec-isakmp set peer 192.168.20.1 set security-association lifetime seconds 4000 set transform-set high set pfs group2 match address 110 crypto map CRYP_MAP_IPSEC 20 ipsec-isakmp set peer 192.168.20.2 set security-association lifetime seconds 4000 set transform-set high set pfs group2 match address 111 ! interface Loopback0 description IPsec_Tunnel0 ip address 192.168.30.1 255.255.255.255 ! interface Loopback1 description IPsec_Tunnel1 ip address 192.168.30.2 255.255.255.255 ! interface Loopback2 description BGP_Peer1 ip address 192.168.40.1 255.255.255.255 ! interface Loopback3 description BGP_Peer2 ip address 192.168.40.2 255.255.255.255 ! interface Tunnel0 ip unnumbered Loopback0 tunnel source Loopback0 tunnel destination 192.168.20.1 crypto map CRYP_MAP_IPSEC ! interface Tunnel1 ip unnumbered Loopback1 tunnel source Loopback1 tunnel destination 192.168.20.2 crypto map CRYP_MAP_IPSEC ! interface gi0 description #### CONNECTED TO Internet #### ip address 10.1.1.1 255.255.255.252 ip access-group 100 in duplex auto speed auto ! router bgp 64851 bgp log-neighbor-changes neighbor BGP_PEER_1 peer-group neighbor BGP_PEER_1 remote-as 64859 neighbor BGP_PEER_1 ebgp-multihop 255 neighbor BGP_PEER_1 update-source Loopback2 neighbor BGP_PEER_1 version 4 neighbor BGP_PEER_1 next-hop-self neighbor BGP_PEER_2 peer-group neighbor BGP_PEER_2 remote-as 64859 neighbor BGP_PEER_2 ebgp-multihop 255 neighbor BGP_PEER_2 update-source Loopback3 neighbor BGP_PEER_2 version 4 neighbor BGP_PEER_2 next-hop-self neighbor 192.168.10.1 peer-group BGP_PEER_1 neighbor 192.168.10.2 peer-group BGP_PEER_2 ! ip route 192.168.10.1 255.255.255.255 Tunnel0 ip route 192.168.10.2 255.255.255.255 Tunnel1 ip route 192.168.20.1 255.255.255.255 GigabitEthernet0 ip route 192.168.20.2 255.255.255.255 GigabitEthernet0 ! access-list 100 permit ip any any access-list 110 permit gre host 192.168.30.1 host 192.168.20.1 access-list 110 permit gre host 192.168.20.1 host 192.168.30.1 access-list 111 permit gre host 192.168.30.2 host 192.168.20.2 access-list 111 permit gre host 192.168.20.2 host 192.168.30.2 ======================================================================

    Router config VPN 2

     crypto isakmp policy 1 encr 3des authentication pre-share group 2 lifetime 500 crypto isakmp key test_key1 address 192.168.30.1 crypto isakmp key test_key1 address 192.168.30.2 crypto isakmp keepalive 60 20 crypto isakmp aggressive-mode disable ! ! crypto ipsec transform-set high esp-3des esp-sha-hmac mode tunnel ! ! ! crypto map CRYP_MAP_IPSEC 10 ipsec-isakmp set peer 192.168.30.1 set security-association lifetime seconds 4000 set transform-set high set pfs group2 match address 110 crypto map CRYP_MAP_IPSEC 20 ipsec-isakmp set peer 192.168.30.2 set security-association lifetime seconds 4000 set transform-set high set pfs group2 match address 111 ! interface Loopback0 description IPsec_Tunnel0 ip address 192.168.20.1 255.255.255.255 ! interface Loopback1 description IPsec_Tunnel1 ip address 192.168.20.2 255.255.255.255 ! interface Loopback2 description BGP_Peer1 ip address 192.168.10.1 255.255.255.255 ! interface Loopback3 description BGP_Peer2 ip address 192.168.10.2 255.255.255.255 ! interface Tunnel0 ip unnumbered Loopback0 tunnel source Loopback0 tunnel destination 192.168.30.1 crypto map CRYP_MAP_IPSEC ! interface Tunnel1 ip unnumbered Loopback1 tunnel source Loopback1 tunnel destination 192.168.30.2 crypto map CRYP_MAP_IPSEC ! interface gi0 description #### CONNECTED TO Internet #### ip address 10.1.1.2 255.255.255.252 ip access-group 100 in duplex auto speed auto ! router bgp 64859 bgp log-neighbor-changes neighbor BGP_PEER_1 peer-group neighbor BGP_PEER_1 remote-as 64851 neighbor BGP_PEER_1 ebgp-multihop 255 neighbor BGP_PEER_1 update-source Loopback2 neighbor BGP_PEER_1 version 4 neighbor BGP_PEER_1 next-hop-self neighbor BGP_PEER_2 peer-group neighbor BGP_PEER_2 remote-as 64851 neighbor BGP_PEER_2 ebgp-multihop 255 neighbor BGP_PEER_2 update-source Loopback3 neighbor BGP_PEER_2 version 4 neighbor BGP_PEER_2 next-hop-self neighbor 192.168.40.1 peer-group BGP_PEER_1 neighbor 192.168.40.2 peer-group BGP_PEER_2 ! ip route 192.168.40.1 255.255.255.255 Tunnel0 ip route 192.168.40.2 255.255.255.255 Tunnel1 ip route 192.168.30.1 255.255.255.255 gi0 ip route 192.168.30.2 255.255.255.255 gi0 ! access-list 100 permit ip any any access-list 110 permit gre host 192.168.20.1 host 192.168.30.1 access-list 110 permit gre host 192.168.30.1 host 192.168.20.1 access-list 111 permit gre host 192.168.20.2 host 192.168.30.2 access-list 111 permit gre host 192.168.30.2 host 192.168.20.2 ======================================================================

    Encryption of your Tunnel configuration is incorrect... you need to do something about the following at both ends.

    crypto ISAKMP policy 10
    aes encryption
    sha hash
    preshared authentication
    Group 5
     
    cisco crypto isakmp key address
     
    Crypto ipsec transform-set esp - aes 256 esp-sha-hmac RIGHT
     
    Profile of crypto ipsec MYPROFILE
    transformation-RIGHT game
     
    interface tunnel 10
    Unnumbered IP gig0/0
    tunnel source gig0/0
    tunnel destination
    ipv4 ipsec tunnel mode
    Profile of tunnel MYPROFILE ipsec protection
     

    --

    Please do not forget to select a correct answer and rate useful posts

  • connect to a server from Dreamweaver

    Hi, I need to connect to a friends server to access certain pages of the Web site via Dreamweaver and I don't know how to do it.

    What I have to put up a new site of the same name which lies on its server before as I do?

    by pressing "Connect to the remote host" makes me want to do it.

    Thank you

    Dear North,

    You must define a site on your computer.

    Do Site > new Site

    Use the Advanced tab:

    Local news:

    Name of your site (what you want), but ideally with a name that will help you recognize that it is your friend's site. There is nothing, he named his site.

    You define a local root folder to hold the files you download on your friend's site. You may or may not want to set up a folder of default images. If you only change its pages, wait until you have downloaded her site and structure, and then note the definition where the pictures are stored.

    I usually created sites to use links from the document.

    Enter the address http:// of the site on the web.

    ALWAYS enable Cache.

    Remote Info:

    Access: FTP

    You will need to know the following your friend access information:

    1. FTP host
    2. Directory of the host
    3. Opening of session
    4. Password

    Once you have no job, I recommend that you check the password "Save."

    I have less experience with the FTP firewall company and passive. If your connection does not work, try checking the passive FTP mode.

    I recommend you keep the synchronization information. It can save a lot of time in the future.

    If several people will be editing the site at the same time, it would be wise to also enable check-in / check-out, so that a person can change a page that someone else is changing.

    Don't forget to TEST (see button) of the connection.

    Don't forget to click on "OK" in the dialog box define site.

    Once you have connected, location is set, you can log in to the site... Look at the top of the files Panel, then click on the little green button on the left. If you want to see what is on the remote server, click on the "expand button to view local and remote sites.

    To copy down the entire site, click on the folder root at the remote site, and then click the arrow down. To copy only selected down files, select them and click on the arrow down. If you get a dialog box asking about uploading associated files, always say YES.

    When you have finished working with the remote site, click the green button to disconnect.

    Then you can work locally. When you have finished editing a page, you can download a page at a time or synchronize the entire site.

    I hope this helps.

    Post edited by: Zabeth69

  • Satellite L650-11F - how to connect to LCD via an HDMI cable?

    Hello world

    I have the Satellite L650-11F with ATI 5650 and HDMI port and I want to connect the laptop via HDMI lcd screen so that I have some office using 2 * ATI Catalyst * and * software HydraVision, but ATI sites said that Toshiba notebook is not supported (Please check with your mobile phone OEM for support of the drivers for these laptops).

    So, how can I connect my laptop to LCD screen to get 2 workstation?

    Sorry for my bad English :)

    Hi thebluewriter,

    I think you need to check only the other discussions of the forum on the connection for laptop LCD screen. You will find enough about it!

    In any case, most recent display driver you can download on the official website of Toshiba, but usually it s preinstalled on your laptop.
    If you are using a HDMI cable, use just FN + F5 key combination to switch between monitors. All that s! :)

  • I have a question, I'm trying to connect my phone via bluetooth with my laptop, but I can not connect, I can not find my phone bluetooth device is a photon with sprint 4g

    I have a question, I'm trying to connect my phone via bluetooth with my laptop, but I can not connect, I can not find my phone bluetooth device is a photon 4g with sprint, if anyone can help me I appreciate it.

    Check with the manufacturer of your celllphone or Sprint to make sure your phone has this feature, and if so, what is needed to get there.  It should be in the documentation for the phone manufacturer or Sprint web site.

  • Navigation bar works when I download via filezilla, but when I do it via FTP Muse, is not

    Hello world

    I had problems with this site for some time www.ngcri.org. Whenever I'm trying to download the site via FTP Muse so that my client can use editing in the browser does not have the navigation bar, and you get this error when you click on a link. When I download via FileZilla through a new folder empty it works correctly, but they can use editing in the browser. What should I do?

    P.S. We also have problems by changing banners in the IN-Browser editing. Thank you

    Hello Ariel,.

    I went the codes of your site, I see that you added a third party widget or a HTML code in the design

    I would suggest that you try to remove all the third-party widget or code and try to publish from Muse under FTP upload process.

    Note: In the edition of browser only works if the design is downloaded using Adobe Muse.

    If you still encounter the issue, I suggest get you in touch with the help/support the browser edition.

    Go to https://inbrowserediting.adobe.com/ and click on «FAQ & help»

    Click on "Always need help" (last option at the bottom of the content of the page) and fill out the form for the question.

    Thank you

    Prabhakar Kumar

  • My site, created using Dreamweaver cs6 shows only partial images. He worked until a few days ago when I updated Java and Firefox.

    My site, created using Dreamweaver cs6 shows only partial images.
    He worked until a few days ago when I updated Java and Firefox.
    The URL is j - f - a.com.au

    The images are not entirely loading or do you have other problems?

    You can attach a screenshot?

    • Use a type of compressed as PNG or JPG image to save the screenshot
    • Make sure you do not exceed the maximum size of 1 MB

    I noticed that some images show at the right end of the window and have set width: auto (right: 0px; width: auto) set the width according to the dimensions of the image (i.e. maintain proportions) and others fill the width full page.

    You can try the following steps in case of problems with web pages:

    You can reload webpages and ignore the cache to refresh potentially stale or corrupt.

    • Hold down the SHIFT key and click the Reload button
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Command + shift + R' (Mac)

    Clear the cache and delete cookies only from Web sites that cause problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • When I connect Betfair site bet, I cant get onto the Exchange to make a lay bet, once I have loged in. Betfair say you contact range

    When I connect Betfair site bet, I cant get onto the Exchange to make a lay bet, once I have loged in. Betfair people contact you about what is not their fault.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.
  • cannot connect to iCloud via IMAP

    cannot connect to iCloud via IMAP

    so, cannot send or receive e-mail

    iCloud Mail and Notes are in decline, at least for some users: https://www.apple.com/support/systemstatus/

  • Satellite Pro P100 - unable to connect to Internet via LAN

    I have a Toshiba Satellite Pro P100. Model no SPSA4A-005002

    I used my recovery disc and erased from my computer, because of a virus and now I can't connect to internet via cable but my wireless internet works perfectly.
    Its quite dead there is no lights on the back of the laptop where I plug in the cable.

    Hello

    Your network card is properly recognized in Device Manager?
    In your case, I would try to update the LAN driver. You can get the latest version here:
    http://EU.computers.Toshiba-Europe.com > support & downloads > download drivers

    In addition, you check the version of the BIOS. The most recent version must be installed and load default settings here.

    In the worst case, it s only a hardware problem and must exchange the motherboard together :(

  • connect two vi via internet

    Hello

    I have these screws and I need to make a connection between them via internet. the data is sent in the LAN. but I do not know how to connect these internet screws.

    any help please and thank you very much.

    I have a static ip:80.81.xx.xxx

    khaled377 wrote:

    Hello

    Thanks for your reply. for the remote panel connection manager, it seems like a good solution, but not in my case.

    and for the static ip address: Yes, it is the ip of the server. and the client must connect to send data (signal dmm---> dynamic signals). someone tell me try the command ping sataic ip of the client computer? and the result is request expire. I think that's the problem and I'll solve it so wish me good luck gd

    It was good adice you received. Non-routage IP are available only on the local network. Your IT Department will have to help with the IP settings and router.

    Ben

  • problem with express mini pci wireless lan card. I can't connect to internet via wifi but I can connect to the internet via cable.

    Hello! I have a problem with my card express 11 b/g/n wireless lan mini pci because I can't connect to internet via wifi but I can connect to the internet via cable. whenever I try to connect it repeat to myself that there is a problem with your wireless network card. I tried troubleshooting, uninstall and reinstall the program, but always the same result. I'm updating too but still the same thing. I use a windows 7 Professional on my Lenovo 412. can someone help me? Thank you!

    Hello

    Method 1: I suggest you to follow the instructions of the link to solve the problem of network card:

    How can I troubleshoot network card?

    http://Windows.Microsoft.com/en-us/Windows7/how-do-I-fix-network-adapter-problems

    Method 2: Troubleshoot wired and wireless in Windows network connection problems

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows

    Reference: http://forums.lenovo.com/t5/R-and-L-Series-ThinkPad-Laptops/L412-Wireless-Automatically-Disables/td-p/264447

    You can also post your question in the forum of Lenovo to get help:

    http://forums.Lenovo.com/

  • How to connect a MAC via RDP machine

    How to connect a MAC via RDP machine from a Windows machine.

    Hello

    I found the solution, you can use VNC viewer to access MAC machine to Windows.

    Steps to activate allow the connection to the MAC

    Go to the system preferences - click Sharing - select Remote management, click Computer Configuration

    Check these two options

    -Any person may request permission to control system

    -VNC viewers may control screen with password (enter password)

    Now the system of windows one can connect using MAC machine IP and the password

    Kind regards

    Durga

Maybe you are looking for

  • Send photos to iCloud sharing album

    I tried to download nearly 500 photos to an album shared on iCloud, however, he transferred only 76 and when I try again to add more he said, however, share a lot of photos (I tried with lower amounts at first) it says sharing 2 (lets say) photos in

  • Apple fix bad logic board on mac pro 15 "(end of 2011)?

    I need information on getting my card Mac Pro 15 logical "(fin 2011) repaired by the recall of apple"

  • change a specific color fax setting in HP officejet 4620

    Is it possible to set up a HP officejet 4620 fax in black only?  There are too many steps by sending a fax.  It is the first HP all-in-one that asks you if you want to fax in black or color.  I bought this machine to be used in the Office of the Dire

  • Problem Set - up blackBerry Smartphones Email

    Hey guys,. I'm having a problem setting up my accounts e-mail and access to internet on my 8830 Verizon Wireless.  Sorry I'm kinda a n00b this is my first blackberry.  Thus, everytime I try to put something it says I have to create a blackberry accou

  • How to collect statistics for a partition?

    Hi allI create a table partition. I need to collect statistics for this partition only. Before I used to analyze it, but now I need to analyze using DBMS_STATS.What is the best way to analyze the partition using DBMS_STATS?How long will it take to co