<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 Jul 2015 20:25:00 Z</lastBuildDate><pubDate>24 Jul 2015 18:20:00 Z</pubDate><description>I'm experiencing crashes with some FTP commands from WD20.&#13;
Given&#13;
connID is int = FTPConnect("192.168.1.16", "admin", "pw", 21, True, 2)&#13;
IF (connID = -1) THEN&#13;
Error("Connection failed")&#13;
RETURN&#13;
END&#13;
that works perfectly&#13;
&#13;
FTPSend(connID, "C:\MYDIR\FILE.DAT", "/") runs fine&#13;
FTPDeleteFile(connID, "FILE.LOG") runs fine too&#13;
FTPGet(connID, "FILE.LOG", "C:\MYDIR") makes the app hang / crash&#13;
&#13;
In order to find a workaround about FTPGet I tried&#13;
FTPCommand(connID, "RETR FILE.LOG", sAnswer, sResult)&#13;
that runs fine until I have IE8, when I upgrade to IE11 it starts hanging the app + crash&#13;
&#13;
I just read there are problems with later IE versions and FTP commands... how do you guys work around this issue?&#13;
&#13;
Thank you</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11/read.awp</link><title>Problem with FTP commands and IE11</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53325/read.awp</comments><pubDate>29 Jul 2015 20:25:00 Z</pubDate><description>I tried on common ftp servers and it runs fine with FTPParameter(ftpParameterMode, 1)&#13;
&#13;
Only on these ethernet cash registers I…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53325/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53325/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11/read.awp">Problem with FTP commands and IE11</source><title>Re: Problem with FTP commands and IE11</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53287/read.awp</comments><pubDate>27 Jul 2015 14:14:00 Z</pubDate><description>It's a ethernet cash register.&#13;
You put the ticket info via ftp</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53287/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53287/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11/read.awp">Problem with FTP commands and IE11</source><title>Re: Problem with FTP commands and IE11</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53286/read.awp</comments><pubDate>27 Jul 2015 13:37:00 Z</pubDate><description>I don't have v20 but in v18 using ftpParamètre(1,1) and one AS400 as the ftp server i don't have problems in the connection.&#13;
&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53286/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53286/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11/read.awp">Problem with FTP commands and IE11</source><title>Re: Problem with FTP commands and IE11</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53283/read.awp</comments><pubDate>27 Jul 2015 11:08:00 Z</pubDate><description>Sure, but I tried with parametermode = 1 but the answer to FTPConnect is&#13;
&#13;
Failure connectiong to FTP server ("192.168.1.16") o…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53283/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53283/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11/read.awp">Problem with FTP commands and IE11</source><title>Re: Problem with FTP commands and IE11</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53282/read.awp</comments><pubDate>27 Jul 2015 10:16:00 Z</pubDate><description>with FTPParameter(ftpParameterMode, 1) you can't use FTPCommand only FTPSend, FTPGet and so on.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53282/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53282/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11/read.awp">Problem with FTP commands and IE11</source><title>Re: Problem with FTP commands and IE11</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53274/read.awp</comments><pubDate>24 Jul 2015 19:21:00 Z</pubDate><description>I tried now, thank you for the advice.&#13;
Default parameter was 0 and crashed, with 1 it doesn't crash but says "connection failed…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53274/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53274/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11/read.awp">Problem with FTP commands and IE11</source><title>Re: Problem with FTP commands and IE11</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53273/read.awp</comments><pubDate>24 Jul 2015 18:25:00 Z</pubDate><description>did you try using FTPParameter(ftpParameterMode, 1) before the FTPConnect&#13;
&#13;
http://doc.windev.com/en-US/?1000020947&#13;
http://faq…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53273/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11-53273/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53255-problem-with-ftp-commands-and-ie11/read.awp">Problem with FTP commands and IE11</source><title>Re: Problem with FTP commands and IE11</title></item></channel></rss>
