<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">The FTP documentation in Rev is great, but in my situation I'm still in need of more advice.<BR>
<BR>
I'm trying to create a folder on an FTP server by creating a dummy file and then deleting it.   This works, but in some cases the server times out.   If I make a subsequent attempt, I get the </FONT><FONT COLOR="#000000" FACE="Verdana" LANG="0" SIZE="2">“Error Previous request not completed”.</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"> message.   The problem is that the previous request was cancelled out due to timing out, so the pipeline is never re-opened to accept new commands.   Is there a way around this problem?   The example code listed in the FTP keyword helps if the first call just needs time to finish, but in my case, the first call never finishes.</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>