Full Screen | Home | My Files | Profile | Register | Active Topics | Members | Private Messages | Search | FAQ
 All Forums
 Norman Boats
 Well My Norman has ...............?
 Filezilla

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

  Click here to attach a photo to your post
 
   

T O P I C    R E V I E W
trevork Posted - 05 Jun 2017 : 18:04:09
I've been plagueing Flinty with emails and questions about filezilla, FTP, FTPS and config files trying to figure out what went wrong! Still no wiser really.
I talked to support at 1and1 and after many musical interludes they came back and said they had simply disabled and re-enabled the "config file" and said I could do this via filezilla. They couldn't or wouldn't tell me where to find this magic config file or what it might be called! Just insisted that they did nowt that I could not do!
Have we any filezilla experts here that might have a clue where I might find this mysterious file??
4   L A T E S T    R E P L I E S    (Newest First)
IanM Posted - 06 Jun 2017 : 22:28:56
Can't speak for others but I am definitely wiser than I was yesterday, unless you count all the stuff that I have forgotten.
trevork Posted - 05 Jun 2017 : 22:51:00
So might this make us any wiser as to what happened?
df Posted - 05 Jun 2017 : 19:18:18
Nice one Ian I've found it, it seems it's an xml file that sets the default files to be opened, must be an IIS thing as I've never come across it on an apache/linux server.
There was no such file in the original file list so probably to do with the server update, you'd have thought they would have added it automatically.
It's in the root directory, contents are:
quote:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument enabled="true">
<files>
<clear />
<add value="index.aspx" />
<add value="index.asp" />
<add value="index.htm" />
<add value="index.html" />
<add value="home.aspx" />
<add value="home.asp" />
<add value="home.htm" />
<add value="home.html" />
<add value="default.aspx" />
<add value="default.asp" />
<add value="default.htm" />
<add value="default.html" />
</files>
</defaultDocument>
</system.webServer>
</configuration>


NBAS--The communal colostomy bag of the boating community.
Visit leomagill.co.uk
IanM Posted - 05 Jun 2017 : 19:04:22
Nice to see it sorted but I can't help you with FileZilla. I've never got on with it myself. I currently use WinSCP. (www.winscp.net).

The error reported the config file location as:

\\?\E:\kunden\homepages\36\d76288321\www\web.config

which will probably be the real file path on the server. I'd guess it maps to something like this in your filezilla:

<your ftp root>\www\web.config

© N.B.A.S. 2020 Go To Top Of Page
Snitz Forums 2000