A
A
Alexander Kuznetsov2014-03-07 11:45:20
FTP
Alexander Kuznetsov, 2014-03-07 11:45:20

Why is xml cut when uploading via ftp?

Through Total Commander or FileZilla I upload the file to the server, the server is located on valuehost
Total Commander truncates the XML file when uploading up to 512 bytes
FileZilla truncates XML to 30Kb
Dr.Web is installed on the computer, but even when it is turned off it is still cut off Uploaded
in the passive exchange mode data and everything is active in the same
way I already broke my head what it could be (: Everything is ok on the
other neighboring computer.
The computer has WinXP, and on the one on which everything is ok, Win8.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
J
Julia Starchenko, 2015-06-12
@nluparev

set the same border for the rest of the li, not just the active one. Only for background color or transparent

R
rhost, 2015-06-12
@hoOstel

nav li{
 poistion:relative;
}

nav li.active:before{
  content:"";
  background:#3498DB;
  position: absolute;
  width:4px;
  height:100%;
}

i would do like this

S
Sergey ZSA, 2015-06-12
@serjikz

em is not the best option for borders in my opinion, but it's up to you. Here .main .sidebar nav li add this border-left: 0.3em solid transparent; and everything will work great.

N
Nikbes, 2015-06-12
@vanya_beseda

codepen.io/Vanyabeseda/pen/doRjLe

V
Vitaly Volovich, 2015-06-12
@Fox_zp

It is possible without a border, only indents)
codepen.io/anon/pen/YXQOjo

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question