Garble remote file if save file while remote editing
This is bug (ONLY FTP MODE):
Content test file :
----------
begin
my text
end.
---------
1) open remote file for "Edit" ( Internal or external editor)
2) add text before end of file
---------
begin
my text
addtext
end.
---------
3) save file (not close) ==> file will be sending to remote site
4) closing editor
Now see remote file content :
---------
begin
my text
end.ext
end.
---------
Content test file :
----------
begin
my text
end.
---------
1) open remote file for "Edit" ( Internal or external editor)
2) add text before end of file
---------
begin
my text
addtext
end.
---------
3) save file (not close) ==> file will be sending to remote site
4) closing editor
Now see remote file content :
---------
begin
my text
end.ext
end.
---------