Re: Running curl with more then one FTP operation chained
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2015-03-03 16:04:35
|
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 > |