hi all .net programmers. I need logic. I can download one file at a time sending command PASV and RETR but it downloads only one file at a time if file is retriving.. I can send more command except ABOR (server don't response) is there any way to download multiplefile in same time.. (JUST like in Cute FTP Professional 6.0)
Pravat Maskey
Posts
-
How can I Download multiple file in ftp with .net -
killing network connection...please helpIf u able to know process ID u can end that process.
-
file input/outputU can do with many methods. 1st... U can read file with filestream and read as byte or readline and search string with "InStr" function. or looping. 2nd the best idea is "regular expression".
-
Receiving Message from another program%SystemRoot%\Explorer.exe /e,/idlist,%I,%L we can send this command to explore.exe to open specific folder through double clicking in folder . or after doubleclicking in folder, window send this command to explorer similarly i want to receive parameters in my program. how can i do it? please help me..
-
Programmatically popup a menu (seperate thread)Are you calling Api? If yes then you had called findwindow api ya? then it's simple call another API Findwindowex
-
Ellispe button or ellispe formAny one can make it? I make form opaque and transparent doing setstyle(controls.transprant,true) setstyle(controls.opaque,true) and me.backcolor=color.transprant it i make ellispe in form it looks like rounded firm but if i move that form it have backgroud . it is not transprant form How can i make permanent rounded form and round button? Anyone can help me?