RE: Running curl with more then one FTP operation chained
Status: Alpha
Brought to you by:
coroberti
From: <Hai...@DE...> - 2015-03-04 16:48:37
|
Hello I tried the suggestion - removed all the FRESH_CONNECT tags but still - the tool will not go to the next URL. Please advise, any other suggestions? here is the revised scenario file: ########### GENERAL SECTION ################################ BATCH_NAME= ftp CLIENTS_NUM_MAX=1 INTERFACE = eth0 NETMASK=20 IP_ADDR_MIN=172.16.113.10 IP_ADDR_MAX=172.16.113.11 #Actually - this is for self-control CYCLES_NUM= 1 URLS_NUM=4 ########### URL SECTION #################################### URL=ftp://anonymous:stam@172.16.113.2/nfs/"aaaaa.txt1" UPLOAD_FILE="./dataset/aaaaa.txt1" URL=ftp://anonymous:stam@172.16.113.2/nfs/"aaaaa.txt1" URL=ftp://anonymous:stam@172.16.113.2/nfs/"file2.yyy" UPLOAD_FILE="./dataset/file2.yyy" URL=ftp://anonymous:stam@172.16.113.2/nfs/"file2.yyy" Thanks Haim ________________________________________ From: Robert Iakobashvili [cor...@gm...] Sent: Tuesday, March 03, 2015 6:03 PM To: curl-loader-devel Subject: Re: Running curl with more then one FTP operation chained What happens if you remove all tags FRESH_CONNECT ? Regards, Robert On Mon, Mar 2, 2015 at 5:22 PM, <Hai...@de...> wrote: > Hello > > > > I have been trying to send several FTP commands one after the other using > curl loader. > > However - I see that after the first command successfully finished - the > tool will not send the next one. > > Here is an example for one upload followed by download. > > Could you please tell me where have I gone wrong? > > > > ########### GENERAL SECTION ################################ > BATCH_NAME= ftp > CLIENTS_NUM_MAX=2 > INTERFACE = eth0 > NETMASK=20 > IP_ADDR_MIN=172.16.28.10 > IP_ADDR_MAX=172.16.28.12 #Actually - this is for self-control > CYCLES_NUM= -1 > URLS_NUM=18 > > ########### URL SECTION #################################### > > URL=ftp://anonymous:stam@172.16.28.2/nfs/"aaaaaCopyCopy_-_Copy.txt3" > FRESH_CONNECT=1 > UPLOAD_FILE="./dataset/aaaaaCopyCopy_-_Copy.txt3" > TIMER_URL_COMPLETION = 0 > TIMER_AFTER_URL_SLEEP = 10000 > > > > URL=ftp://anonymous:stam@172.16.28.2/nfs/"aaaaaCopyCopy_-_Copy.txt3" > FRESH_CONNECT=1 > TIMER_URL_COMPLETION = 0 > TIMER_AFTER_URL_SLEEP = 2000 > > > > URL=ftp://anonymous:stam@172.16.28.2/nfs/"aaaaaCopy_-_Copy.txt2" > FRESH_CONNECT=1 > UPLOAD_FILE="./dataset/aaaaaCopy_-_Copy.txt2" > TIMER_URL_COMPLETION = 0 > TIMER_AFTER_URL_SLEEP = 10000 > > > > URL=ftp://anonymous:stam@172.16.28.2/nfs/"aaaaaCopy_-_Copy.txt2" > FRESH_CONNECT=1 > TIMER_URL_COMPLETION = 0 > TIMER_AFTER_URL_SLEEP = 2000 > > > > URL=ftp://anonymous:stam@172.16.28.2/nfs/"aaaaaCopyCopy.txt3" > FRESH_CONNECT=1 > UPLOAD_FILE="./dataset/aaaaaCopyCopy.txt3" > TIMER_URL_COMPLETION = 0 > TIMER_AFTER_URL_SLEEP = 10000 > > > > URL=ftp://anonymous:stam@172.16.28.2/nfs/"aaaaaCopyCopy.txt3" > FRESH_CONNECT=1 > TIMER_URL_COMPLETION = 0 > TIMER_AFTER_URL_SLEEP = 2000 > > . > > . > > . > > . > > > > > > Thank you. > > Haim Shafir > Test Senior Engineer > Dell | IDC > office + 972 9 7698736, fax + 972 9 7698889 > hai...@de... > Dell IDC. 89 Medinat Hayehudim St., Tower E, Herzeliya 46141, Israel > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ curl-loader-devel mailing list cur...@li... https://lists.sourceforge.net/lists/listinfo/curl-loader-devel |